runAllManagedModulesForAllRequests="true" has done the trick.
I had tried removing the managedHandler preCondition from all the managed modules but that didn't work. It seems the runAllManagedModulesForAllRequests switch does something extra that allows the rewrite to work.
I look forward to your blog entry. It'll be good to hear about what other rewriting options we have.
Also, i was curious about the UrlMappingsModule that is added by default. Is that something to do with rewriting, or something different. Searching the web has not turned up any information about it. Perhaps that's something that will be included in your
blog entry.
2 Posts
Re: Extending IIS to enable URL Rewriting in ASP.NET applications
Oct 05, 2006 10:02 PM|nate_|LINK
Thanks Mike.
runAllManagedModulesForAllRequests="true" has done the trick.
I had tried removing the managedHandler preCondition from all the managed modules but that didn't work. It seems the runAllManagedModulesForAllRequests switch does something extra that allows the rewrite to work.
I look forward to your blog entry. It'll be good to hear about what other rewriting options we have.
Also, i was curious about the UrlMappingsModule that is added by default. Is that something to do with rewriting, or something different. Searching the web has not turned up any information about it. Perhaps that's something that will be included in your blog entry.
Cheers,
Nate