We are seeing occasionally that our app pool restarts. This should not be happening and the log file tells us:
_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
We do not use any of these directories and looking at the directory structure these directories do not exist for the application.
We do not have any anti-virus apps running and as this is a server app, no one will be looking at the web application directories.
As I am stumped why this happens occasionally I was wondering if there is a way I can debug further to find out what is causing this or if I can disable app pool restarts for the above 'Overwhelming Change Notification...' reason above?