开发者

Why w3wp (IIS7) is not reset after modifying web.config

In IIS7, why w3wp is not reset after web.config is amended? I observed the memoory re开发者_JAVA百科mains the same.

Thanks.


When you modify web.config it's the AppDomain hosted in the w3wp process which is unloaded. This doesn't mean that the memory should change. Also there's the auto start feature in IIS 7.5 and ASP.NET 4.0 which could load it once again to avoid cold starts.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜