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?
|