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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -