Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created June 1, 2015 22:25
Show Gist options
  • Save ryanvgates/0567669c46b29f40f859 to your computer and use it in GitHub Desktop.
Save ryanvgates/0567669c46b29f40f859 to your computer and use it in GitHub Desktop.
SharePoint - aspnet:AllowAnonymousImpersonation
<configuration>
<appSettings>
<add key="aspnet:AllowAnonymousImpersonation" value="false" />
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment