Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created August 11, 2014 14:42
Show Gist options
  • Select an option

  • Save cerkit/16f6d1b5d2481fc0cbd9 to your computer and use it in GitHub Desktop.

Select an option

Save cerkit/16f6d1b5d2481fc0cbd9 to your computer and use it in GitHub Desktop.
Web.config example of turning off url rewrites in a subdirectory
<configuration>
<system.webServer>
<rewrite>
<rules>
<clear/>
</rules>
</rewrite>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment