web.config的system.webServer配置节下是否有这个:
<modules runAllManagedModulesForAllRequests="true"/>
<modules runAllManagedModulesForAllRequests="true"/>
本文详细解析web.config文件中system.webServer配置节下的一个重要配置项:<modules runAllManagedModulesForAllRequests=true/>。该配置允许所有已安装的托管模块为所有请求运行,对网站性能和安全性有着直接影响。
700

被折叠的 条评论
为什么被折叠?