View Single Post
  #1 (permalink)  
Old 04-05-2007, 17:34
ianmair ianmair is offline
new member
 
Join Date: Apr 2007
Posts: 9
Default Asp.Net Global.asax Url Rewriting

I'm using a function within global.asax to rewrite my url's using the Context.RewritePath() method. Whilst working fine on my testing server with no additional setup required it's not working on my windows hosting with Euk.

Investigation has shown that the url is searched for first, rather than calling the .net ISAPI, so if the url is not found the asp.net engine does not even run and the server throws back a 404 error.

Any ideas why the server is doing things this way?
Reply With Quote