I made a new Moss environment and encountered this error again.
=== Error message corresponding to the Event Viewer ====
Event Type: Error
Event Source: ASP. NET 2.0.50727.0
Event category: None
Event ID: 1093
Date: 10/24/2008
Time: 12:29:54
User: N/
COMPUTER: <computername>
Description:
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
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
====================
==== Error cause ====
This is a known error caused by insufficient IIS metabase permissions.
The IIS metabase ACL of the target server does not contain the iis_wpg group on the following two nodes.
-W3svc/apppools
-W3svc/Filters
==== Solution ====
Download metaacl utility (http://support.microsoft.com /? Id = 267904). After installation, open the command line and switch the current directory to the metaacl utility installation directory and run:
-Cscript metaacl. vbs IIS: // localhost/w3svc/apppools iis_wpg re
-Cscript metaacl. vbs IIS: // localhost/w3svc/filters iis_wpg re
Note:
The path in the command is case sensitive (preferably Copy & Paste). Run the command to restart the IIS service.
====================================
Source: http://blogs.msdn.com/carloc/archive/2006/09/20/unable-to-get-the-private-bytes-memory-limit-for-w3wp-exe-process.aspx