Last active
August 29, 2015 14:21
-
-
Save tompazourek/0e9597c88c9665f7df49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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