Skip to content

Instantly share code, notes, and snippets.

@explorer14
Last active February 20, 2018 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/5bcb88a49f69c91989f5b7b8336c90d5 to your computer and use it in GitHub Desktop.
Save explorer14/5bcb88a49f69c91989f5b7b8336c90d5 to your computer and use it in GitHub Desktop.
<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