remove unused modules try2

This commit is contained in:
Tommy Parnell
2015-08-29 18:06:55 -04:00
parent 661cd394bf
commit 5b5a6f2a2f

View File

@@ -69,9 +69,10 @@
</system.webServer>
<system.web>
<httpModules>
<remove name="PassportAuthentication" />
<remove name="Profile" />
<remove name="FormsAuthentication" />
<remove name="DefaultAuthentication" />
<remove name="AnonymousIdentification" />
<remove name="RoleManager" />
</httpModules>
</system.web>
</configuration>