Skip to content

Instantly share code, notes, and snippets.

@mamona
Created October 22, 2012 14:53
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 mamona/3931865 to your computer and use it in GitHub Desktop.
Save mamona/3931865 to your computer and use it in GitHub Desktop.
Web.config for AuthorizeIPAddress
<appsettings>
<!-- IP addresses allowed to view IP Address Restricted portions of the website. An asterisk indicates an entire subnet is valid. -->
<add value="::1, 127.0.0.1, 10.0.*.*, 79.88.44.33" key="AuthorizeIPAddresses" />
</appsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment