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 7 中是否会调用 Application_Start 进行回收?
谢谢
不,当 IIS 实际加载应用程序时,它会在回收后的第一个请求时调用。