View Single Post
  #3 (permalink)  
Old 04-05-2007, 22:17
ianmair ianmair is offline
new member
 
Join Date: Apr 2007
Posts: 9
Default

I wouldn't mind posting the url, but i'm still tweaking since deploying the application and i've got debug switched on!

Imagine:
www.domain.com/search/123.aspx
gets redirected to...
www.domain.com/search.aspx?q=123

I'm handling the rewrite perfectly in global.asax but it's not running on my euk hosting. i've had a look into it and i think that the following option is enabled in IIS Web Server...

This obviously will return a 404 as the files i'm searching for don't exist (as they're re-written).

I'll submit a ticket, but any ideas if this option is enabled on the Windows hosting by default?
Cheers
Reply With Quote