I want to know how my IIS settings can default back to the default settings? The reason I am asking is because of the following:
I have a web application that runs in IIS 7, using application pool ASP.net V4. I have set the idle timeout on this app pool to 0 which disables timeouts of the app pool and I have set the recycling to 1740. this is because of timeout sessions on the web application. I have also set the session state on IIS Server level as well as put the same settings in the web config file and application host file as well
The reason for my question is, last two days I haven't had anytime out sessions but today I did have and I checked the settings in IIS on the app pool and it had reverted back to default but I never changed this.
What can cause such a thing? is it server related ?