Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到这runAllManagedModulesForAllRequests是true默认情况下在 VS2012 MVC4 项目框架中。有人知道为什么吗?什么功能需要这个设置?
runAllManagedModulesForAllRequests
true
仅当您在 IIS 中以集成管道模式运行时,此设置才有效。如果您在经典模式下运行,它将被忽略。如果您将其设置为,true那么所有集成的 HTTP 模块都将在每个请求上运行。例如,不仅适用于 .aspx 页面,还适用于静态文件,例如 .jpg .gif .css .html .pdf,...因此启用此功能可能会对您的网站产生性能影响。