Event 1093

  • Thread starter Thread starter curt
  • Start date Start date
C

curt

I am running two clustered 2003 web servers and receive the following error
message on only the second node when starting a web application.

"Unable to get the private bytes memory limit for the W3WP process. The
ASP.NET cache will be unable to limit its memory use, which may lead to a
process restart. Error: 0x80070005"

Any suggestions on how to correct this errror is much appreciated.

thanks,

curt
 
Hi Curt,

Normally, this kind of problem can be caused by that IIS_WPG doesn't has
enough permission to read from IIS://Localhost/W3SVC/AppPools. To resolve
the problem, we can add IIS_WPG with read access to the /AppPools node
resolved the issue in question. you can download metaacl.vbs from

http://support.microsoft.com/?id=267904

and run the following command from the directory where the customer
installed metaacl:

cscript metaacl.vbs IIS://Localhost/W3SVC/AppPools IIS_WPG RE

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
The metaacl.vbs allowed me to verify and correct the permission issue to
this group.

thanks,
curt
 
Back
Top