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.
默认情况下,IIS 加载具有相当简洁描述的ScriptModule 。我考虑从我的 ASP.NET 应用程序中删除所有不需要的模块。
我如何知道我的应用程序运行是否需要此模块?它实际上是做什么的?
需要使 ASP.NET AJAX(WebForms 中的 AJAX 支持)基础结构正常工作。它提供了框架所需的三个功能:
ScriptResource.axd
SkipAuthorization
HttpContext
如果您没有使用 ASP.NET AJAX 中的任何上述功能,则可以将其删除。