remove unused modules

This commit is contained in:
Tommy Parnell
2015-08-29 17:41:13 -04:00
parent fe11d3f4bf
commit 661cd394bf

View File

@@ -67,4 +67,11 @@
-->
<!--<iisnode watchedFiles="web.config;*.js"/>-->
</system.webServer>
<system.web>
<httpModules>
<remove name="PassportAuthentication" />
<remove name="Profile" />
<remove name="AnonymousIdentification" />
</httpModules>
</system.web>
</configuration>