123456789 |
- <?xml version="1.0"?>
- <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
- <system.webServer xdt:Transform="InsertIfMissing">
- <modules runAllManagedModulesForAllRequests="true" xdt:Transform="SetAttributes(runAllManagedModulesForAllRequests)">
- <remove name="UrlRoutingModule" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)"/>
- <add name="UrlRoutingModule" type="UrlRewrite.RewriteModule, UrlRewrite" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)"/>
- </modules>
- </system.webServer>
- </configuration>
|