Hi
We have a new win2008 r2 Standard Servicepack 1, IIS 7, 2GB RAM, only for a website. The site is old, made in asp classic,.. before this instalation the same site is working on a Win2003 with iis6 with no problem.
The default website (the only one in the server) is configured like this:
- The Default website is in the "Classic .Net AppPool" and this apppool has "Non Managed Code" in the Associated framework ("framework version" colummn) , "classic" on the "Managed pipeline mode" colummn and "Identity" with "ApplicationPoolIdentity"
- Inside the default website , there is a folder maned "TheSite" and this folder is full "Asp Classic " with html files, some jscripts menus, and .asp files
- Inside the "TheSite" there is a Web application "MyApp" in .Net framework 4.0, and this one, is associated with the "ASP.Net 4.0" application pool wich have this values: .NetFramework Version=v4.0, Managed pipeline mode=Integrated, Identity=ApplicationPoolIdentity
Well, the problem, as mentioned is the stops of the AppPools both of them, the "Classic .Net AppPool" and the "ASP.Net 4.0"
The Error recovered form the event viwer is:
Application pool 'Classic .NET AppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
before the error I got 2 warinings:
Warning 1: A process serving application pool 'Classic .NET AppPool' exceeded time limits during shut down. The process id was '3552'.
Warining 0: A worker process '3552' serving application pool 'Classic .NET AppPool' failed to stop a listener channel for protocol 'http' in the allotted time. The data field contains the error number.
Well, I´ll appreciate any help, thanks in advance
Sergio