Skip to content

Instantly share code, notes, and snippets.

@jhauge
Created September 22, 2016 12:45
Show Gist options
  • Save jhauge/e7f7749d3cbf3df34aaee0154df66505 to your computer and use it in GitHub Desktop.
Save jhauge/e7f7749d3cbf3df34aaee0154df66505 to your computer and use it in GitHub Desktop.
External file for rewrite rules
<rules>
<rule name="some rule">
<!-- rule details here --->
</rule>
</rules>
<configuration>
<system.webServer>
<rewrite>
<rules configSource="config\myRewrites.config">
</rewrite>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment