Automatic shutdown of the IIS application pool suspended animation processing collection _win Server

Source: Internet
Author: User
Tags memory usage
1: Did not play SP1 patch will appear this IIS6.0 suspended animation problem, but now Microsoft is in the automatic update of the patch, usually you hit the latest patches will not appear this problem
2: You limit the resource of the application pool too small
3: You have limited memory usage
4: The server itself is too small memory
5: The Access database is too large or too many queries
6: Different sites with different application pool
7: Set the recycling time, many people think that set the recovery pool shorter the better, in fact, is wrong
8:windows 2003 System IIS6 access to the local site when prompted "Service unavailable";

View the application pool for IIS, which indicates that no error has been specified and that the application pool is automatically stopped;
Use Event Viewer to view the system error log and find the following prompt:

Application-specific permission settings do not include COM server applications (CLSID as
{a9e69610-b80d-11d0-b9b9-00a0c922e750}
The user NT authoritynetwork SERVICE SID (s-1-5-20) is granted the local activation permission. You can use the Component Services Administration tool to modify this security permission.
Workaround, add the permissions to the network service to access the IIS services as follows:
Click "Start"-"Control Panel"-"Administrative Tools"-"Component Services"-"Computer"-"My Computer"-"DCOM" options,
Select "IIS ADMIN SERVICE" Under it, right-click Select "Properties", find "security", edit "Custom" in "Start and Activate Permissions", add account "Network SERVICE", give the account "local startup" and "Local activation" permission, After restarting IIS and then accessing the same site, everything is OK.

9: Restart the specific application pool command and automatic restart in IIS
In the case where the operating system is Windows Server 2003 sp1+, you can restart the IIS application pool with the following command section:
cscript.exe c:windowssystem32iisapp.vbs/a "DefaultAppPool"
where/a represents alternatively, and "DefaultAppPool" represents the instance name of the application pool
10: Website has cc attack

The solution to the problem of "unspecified errors"

Three scenarios found:
The first workaround is to fix the Db/global.asa using the Tools-> Database utility in MS Access-> compression and repair database. If the repair is still an error, please check the DB directory if there are global.dbl files, if you want to delete, if you can not delete the server w3wp.exe process (win2003) or Aspnet_wp.exe process (Win2000) and then delete.

The second solution:
Set up an application pool in Internet Information Services (IIS) Manager, change the site's pool properties, primarily performance settings, and other best defaults.

You can fix the problem after adjusting.
The third solution:
In fact, as long as a few simple steps:
Begin... Run... regsvr32 jscript.dll start ...
Run... regsvr32 vbscript.dll start ...
Run... IISReset

The fourth solution:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters
Create a new DWORD entry with the name: Usesharedwpdesktop value 1 Restart IIS

I have been groping, but also hope that the Master of guidance Ah!!!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.