1. Error System log: The process that provides service for application pool ' DefaultAppPool ' cannot respond to Ping. The process ID is ' 2144 '.
Workaround: Return to normal after uninstalling McAfee
Attention:
Need to re-register a VBScript and JScript component
Some anti-virus tools will ban VBScript and JScript.
regsvr32 vbscript.dll and regsvr32 jscript.dll have been registered successfully and the problem has been resolved.
2. Error System log: The process to service the application pool "DefaultAppPool" has been shut down for more than a limited time. The process ID is "3060".
Note: ID number, is changed, can be for any data such as 3124, each occurrence of this error, ID is not the same!
Server performance: IIS6.0 false panic, the page can not open, ASP page, unable to execute! The website can't open!
My workaround: The current IIS server application pool is set as follows:
Right-click the application pool DefaultAppPool and select Properties:
First, recycling
1, recycling worker process (minutes): checked, the value is 1740
2, recycling worker process (number of requests): Not selected (originally set to 35000)
3, in the following time to recycle work process: not fill
4, consume too much memory when recycling worker process: all do not choose. (2, 3, 4 items may avoid server response problems that might be caused by forcing the recycle process when the traffic is high, guess ^ ^) The server memory is big enough to throw it away.
Second, performance
Select only idle timeout of 20 minutes. No other choice. The maximum number of worker processes in the Web garden is 1 (default). The original request queue is limited to 4000 and is now unrestricted.
III. Operational Status
The first two items are used, which is the original default setting. The start time limit is 90 seconds and the shutdown time limit is 180 seconds.
"Closing time limit of 180 seconds" is a must, because the process shutdown time, is here set, the original 90-second limit is the default value, if the process shutdown time of more than 90 seconds, it is considered a timeout, resulting in: Process shutdown time exceeded the limit log, so the appropriate extension of this time, you can avoid this error!