Hey everyone,
I set up a reverse proxy as per http://learn.iis.net/page.aspx/659/reverse-proxy-with-url-rewrite-v2-and-application-request-routing/ to rewrite URLs for an application server. I'm able to grab various pages from the app server just fine. But one of the things on this server is a Silverlight app which uses a WCF service. The problem is that when the you try to access the WCF service through the proxy, it looks like the request isn't rewritten. I've checked the URL it's trying to use for the service and it's definitely correct. Have I missed something here? I tried turning on failed request tracing but it doesn't seem to record anything.