Using UrlRewriter.NET in IIS7
When migrating an IIS6 website to IIS7 you probably want to keep an existing UrlRewriter.NET configuration and migrate to the official Microsoft URL Rewriter Module for IIS 7 later on. Here is the important excerpt from „Web.config“: <system.webServer> <modules runAllManagedModulesForAllRequests=“true“> <add name=“UrlRewriter“…