Forum Moderators: open

Message Too Old, No Replies

IIS reset (unexpected) when app system running

IIS reset

         

jiangliwg

2:02 am on Jun 9, 2009 (gmt 0)

10+ Year Member



IIS version is 5.1
The IIS reset (unexpected) when app system running. I add debug code by using HostingEnvironment.ShutdownReason.
Then I find the reason value is "ConfigurationChange". But I don't change any configuration.

Do you have some advice? or how can I shut down the monitor that the system can run when Configuration Changed?

Thanks in advance.

mattglet

11:25 am on Jun 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do you notice this happening after you make a change to the web.config file?

Ocean10000

5:14 pm on Jun 11, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Another common one that can cause this is antivirus software while scanning for virus's.

[edited by: Ocean10000 at 5:15 pm (utc) on June 11, 2009]

jiangliwg

9:13 am on Jun 16, 2009 (gmt 0)

10+ Year Member



thanks for your answer.
I haven't found the reason why file is changed.
(not change the web.config; not scanning for virus);
But I use another way to avoid this issue.

I close the File status monitor "FileChangesMonitor".