У меня есть следующее определение модуля HTTP внутри файла web.config моего приложения asp.net.
<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>
Какие из этих httpModules
безопасны для удаления, а какие из них не безопасны для удаления?