标签: asp.net iis web-config httpmodule
我得出结论,我的申请中不需要DefaultAuthenticationModule,我想摆脱它。所以我在负责模块的web.config部分尝试了以下内容:
DefaultAuthenticationModule
<remove name="DefaultAuthentication" />
当我在Visual Studio中按F5时,我看到以下错误消息
错误ASPCONFIG:无法手动添加或删除“DefaultAuthentication”类型的特殊模块。
那么如何摆脱模块?
答案 0 :(得分:0)
尝试从IIS refer中删除它,您可以使用链接中提到的方法为特定网站或应用程序启用或禁用它。