Last active
February 20, 2018 00:38
-
-
Save explorer14/5bcb88a49f69c91989f5b7b8336c90d5 to your computer and use it in GitHub Desktop.
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
<rewrite> | |
<rules> | |
<rule name="ReverseProxyRule2" | |
enabled="true" stopProcessing="true"> | |
<match url="^Contact" /> | |
<action type="Rewrite" url="http://localhost:8021/Home/Contact" /> | |
</rule> | |
</rules> | |
</rewrite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment