Skip to content

Instantly share code, notes, and snippets.

@shadaxv
Created September 24, 2017 15:10
Show Gist options
  • Save shadaxv/d3ef36656d95b87b3d447f0835cf1a48 to your computer and use it in GitHub Desktop.
Save shadaxv/d3ef36656d95b87b3d447f0835cf1a48 to your computer and use it in GitHub Desktop.
<system.web>
<httpModules>
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />
</httpModules>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<remove name="FormsAuthentication" />
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />
</modules>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment