Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created February 19, 2018 22:17
Show Gist options
  • Save explorer14/586e9c72b167f7b0f5da82a17c38b91f to your computer and use it in GitHub Desktop.
Save explorer14/586e9c72b167f7b0f5da82a17c38b91f to your computer and use it in GitHub Desktop.
<rule name="FormSubmitter" enabled="true"
stopProcessing="true">
<match url="^Submit" />
<action type="Rewrite"
url="http://localhost:8021/Home/Submit" />
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment