【发布时间】:2014-10-15 02:20:17
【问题描述】:
我偶尔会收到以下导致应用程序池被回收的事件:
_shutDownMessage=CONFIG change
HostingEnvironment initiated shutdown
Overwhelming Change Notification in
Change Notification for critical directories.
Overwhelming Change Notification in App_LocalResources
Change Notification for critical directories.
Overwhelming Change Notification in App_Browsers
Change Notification for critical directories.
Overwhelming Change Notification in App_Code
Change Notification for critical directories.
Overwhelming Change Notification in App_WebReferences
Change Notification for critical directories.
Overwhelming Change Notification in App_GlobalResources
有没有办法防止这些更改回收应用程序池?
我们将在几天后投入生产,所以我现在需要一个快速解决方案,直到我们有时间解决导致此问题的原因。
【问题讨论】:
-
您使用的是什么操作系统版本、IIS 版本和 .NET 版本?
-
Windows 7、Windows Server 2008、IIS 6+(主要是 IIS 7)和 .net 4。
-
您是否对这些目录中的文件进行了任何更改?使用进程监视器(来自 Sysinternals)并检查导致通知的进程。
-
我已经检查了所有这些目录,我们的应用程序没有更改其中任何一个。这就是为什么我认为是在我们的应用程序之外进行更改的原因。没有运行防病毒软件,所以不是这样。我现在只需要一种方法来关闭检查。