Skip to content

Instantly share code, notes, and snippets.

@AntMooreWebDev
Last active May 23, 2017 10:16
Show Gist options
  • Save AntMooreWebDev/78f9d4208ffbdf306290da62f8171ea8 to your computer and use it in GitHub Desktop.
Save AntMooreWebDev/78f9d4208ffbdf306290da62f8171ea8 to your computer and use it in GitHub Desktop.
Wrap the location tag around the necessary Web.Config sections.
<!-- Path = "." denotes all paths -->
<!-- inheritInChildApplications = "false" prevents the inheritance -->
<location path="." inheritInChildApplications="false">
<!-- other elements here -->
</location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment