HI All,
using IIS on widows server 2012 R2 on a development server (single physical box). I have my classic asp site. I moved images and documents to a physical place outside of wwwroot and then within IIS on my site set virtual directories to the physical location of my images etc. All works fine,
M current phase is that I'm now moving to a test environment which will replicate live much better. Here I have a proxy server. So on my web server I have my website and the documents and images (here I've not set any virtual directories as I want the proxy to handle them). I now have my proxy serer which is also a different physical box from the webserver. The proxy has a reference to my test website and this sits in a Server Farm. I've also ensured that the IIS Redirection has been installed. On the Proxy I have tried to just add a URL rewrite rule mapping to my images location and this hasn't worked. I then created a rewrite map followed by a rule using the map and this still hasn't worked. Basically in both scenarios I don't get any images showing on my page. I know the proxy is being hit because if I enable both the URL rewrite rule and the rule that uses the map at the same time I receive an internal server 500 error, so clearly there is a conflict.