Skip to content

Instantly share code, notes, and snippets.

@venblee
Created June 21, 2013 11:36
Show Gist options
  • Save venblee/5830647 to your computer and use it in GitHub Desktop.
Save venblee/5830647 to your computer and use it in GitHub Desktop.
Setting Windows Auth in Webconfig
<system.web>
...
<authentication mode="Windows"/>
...
</system.web>
From :
http://msdn.microsoft.com/en-us/library/ff647405.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment