Created
August 11, 2014 14:42
-
-
Save cerkit/16f6d1b5d2481fc0cbd9 to your computer and use it in GitHub Desktop.
Web.config example of turning off url rewrites in a subdirectory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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