I am facing issue with rewrite module on IIS 7.5 on Windows Server 2008 R2
We have configured IIS 7.5 as a web server in front of WebSphere Application Server 8.5. Ideally, The Module URL Rewrite 2.0 is used to rewrite the request URL, and IISWASPlugin filter (as one of ISAPI filters) redirect the rewrited URL to IBM WebSphere. However,
right now, this order is reversed, the IISWASPlugin cannot get the rewrite URL, but directly send the request URL to IBM WebSphere.