web.config.uninstall.xdt 367 B

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