asp.net - HTTP Modules - Safe to remove Remove -
i have following http module define inside web.config file of asp.net application.
<httpmodules> <add name="urlrewriter" type="intelligencia.urlrewriter.rewriterhttpmodule, intelligencia.urlrewriter"/> <remove name="windowsauthentication"/> <remove name="passportauthentication"/> <remove name="anonymousidentification"/> <remove name="urlauthorization"/> <remove name="fileauthorization"/> </httpmodules>
which of these httpmodules
safe remove , of them not safe remove?
Comments
Post a Comment