HTTP模块 - 安全删除删除

时间:2011-02-28 20:11:20

标签: asp.net httpmodule

我在我的asp.net应用程序的web.config文件中有以下HTTP模块定义。

<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可以安全删除,哪些删除不安全?

0 个答案:

没有答案