Reverse Proxy issues IIS on Windows Server 2012
- by ahwm
I've tried searching, but nothing seems to be working. I have a feeling it might be due to our custom Rewrite module. Here is the excerpt from the web.config that sets it up:
<modules runAllManagedModulesForAllRequests="true">
<add name="UrlRewriteModule" type="EShop.UrlRewriteModule"/>
</modules>
EShop.UrlRewriteModule is a…