Event 1093

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
 
M

[MSFT]

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.)
 
C

curt

The metaacl.vbs allowed me to verify and correct the permission issue to
this group.

thanks,
curt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top