I have enabled the request filtering module and set up a wildcard rule like this... http://www.mysite.com/skateparks/*/* when i test this url in the module.. http://www.mysite.com/skateparks/8/someparks it says that its OK. however when i load that URL in my browser i get the IIS7 blue screen with a 404 status code... Error Summary HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information Module IIS Web Core Notification MapRequestHandler Handler StaticFile Error Code 0x80070002 Requested URL http://www.mysite.com:80/skateparks/8/someparks Logon Method Anonymous Logon User Anonymous Is there something i need to turn off in IIS to allow this to work? is the port in the 'requested url' shown by iis error screen something to do with it?
Both URLRewrite and request filtering are enabled by default. Try disabling custom error, it could be that the execution hits an error and it redirects to a non-existing page.
Same issue but Custom Errors is off Hello, I am experiencing the same issues with my site. Custom Errors is 'Off' in my web.config file. My hosting provider is ReliableSite.net and have shot tehm a mail, but would appreciate it if anyone has any ideas or resolution for this. Thanks Kam