Skip to content

Instantly share code, notes, and snippets.

@tompazourek
Last active August 29, 2015 14:21
Show Gist options
  • Save tompazourek/0e9597c88c9665f7df49 to your computer and use it in GitHub Desktop.
Save tompazourek/0e9597c88c9665f7df49 to your computer and use it in GitHub Desktop.
<modules runAllManagedModulesForAllRequests="false">
<!-- disable authorization section -->
<remove name="UrlAuthorization" />
<!-- disable unused authentication schemes -->
<remove name="WindowsAuthentication" />
<remove name="PassportAuthentication" />
<!-- disable ACL file and directory check -->
<!-- <remove name="FileAuthorization" /> -->
<!-- We don't use ASP.NET Profiles -->
<remove name="Profile" />
<!-- We don't provide any WCF service -->
<remove name="ServiceModel" />
<!-- Remove modules not used by ASP.NET MVC + jQuery -->
<remove name="ScriptModule-4.0" />
</modules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment