IIS application pool automatically stops and closes the suspended animation processing highlights

  • 2020-05-06 12:06:09
  • OfStack

1: this IIS6.0 feign death problem will appear when there is no SP1 patch, but now Microsoft is in the automatic update of the patch, generally you will not appear after the latest patch
2: you limit the pool of resources to
3: you limit the memory usage of
4: the memory of the server itself is too small 5: ACCESS database is too large or
query too much 6: different websites use different application pools
7: set the collection time. Many people think that the shorter the collection pool, the better, but this is the wrong
8: windows 2003 system iis6 prompts "Service Unavailable" when visiting the local site;

When you look at iis's application pool, the status prompt is: no error was specified, and the application pool automatically stops running;
Review the system error log with the event viewer and see the following prompt:

The COM server application (CLSID for
) should not be configured with the program-specific permission Settings {A9E69610-B80D-11D0-B9B9-00A0C922E750}
) is granted to user NT AUTHORITYNETWORK SERVICE SID (S-1-5-20). This security permission can be modified using the component service management tool.
The solution is to give NETWORK SERVICE access to iis services, as follows:
Click on "start" - "control panel" - "administrative tools" - "component services" - "computer" -- "my computer" - "DCOM" option,
Select "IIS ADMIN SERVICE", right click "properties", find "security", edit "custom" in "start and activate permissions", add the account "NETWORK SERVICE", give the account "local start" and "local activation" permissions, restart IIS and then visit the same site, everything is fine.

9: restart IIS with the specific program pool command and the automatic restart method
If the operating system is Windows server 2003 SP1+, you can partially restart the IIS application pool with the following command:
cscript. exe c: windowssystem32iisapp vbs/a
"DefaultAppPool" Where /a stands for alternatively, "DefaultAppPool" stands for the instance name
of the application pool 10: the website has CC attack

's solution to the problem of "unspecified errors" with positive comparative solutions

finds three cases:
The first solution: use the "tool->" in Ms Access Database utility -> Compress and repair database "to fix db/ global.asa. If there is still an error after the repair, please check whether there is global.dbl file in the db directory. If there is, please delete. If you cannot delete, please terminate the server w3wp.exe process (win2003) or Aspnet_wp.exe process (win2000) before deleting.

The second solution:
Set the application pool in Internet information service (IIS) manager, change the application pool properties of the site, mainly for performance Settings, other best default Settings,

The problem can be solved after adjustment.
The third solution:
Just a few simple steps:
Start... Run... regsvr32 jscript.dll starts...
Run... regsvr32 vbscript.dll starts...
Run... iisreset

The fourth solution:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters
Create a new DWORD item, name: UseSharedWPDesktop value 1 restart IIS

I am groping all the time, also hope the superior gives directions to point out!!

Related articles: