I need to have extensionless requests directed to my application. Currently they are not being routed to my application. I have code in Global.asax to handle URL Rewriting that needs to run. I have tried a simple URL Rewrite rule in URL Rewrite in IIS Manager also. Either way all extensionless URL requests are going straight to the Winhost 404 error page. I do have a defined 404 page in my app so I know the asp.net engine is not receiving either redirect. Please Help! This app has run fine on other hosts.