Hello,
I have 2 IIS Smooth Streaming Servers setup in a webfarm with 1 entirely different IIS Server setup with Application Request Routing and URL Rewrite that sends requests to the webfarm. I am able to retrieve all backend webpages and images from the webfarm without a problem. However, if I try to retrieve a live feed .isml/manifest or a static file .ism/manifest, URL Rewrite automatically changes the URL from .isml/manifest to .isml?manifest or .ism/manifest to .ism?manifest. URL Rewrite treats the "/manifest" as a {Query_String}.
Has anyone be able to resolve this issue or am I missing something?