web.config.install.xdt 567 B

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