Error
==================
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1093
Date: 13.01.2011
Time: 11:11:50
User: N/A
Computer: Server01
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.
==================
Environment
- Windows Server 2003
- IIS 6
- .NET 2.0 and 1.1
Summary
This Error is caused by the a know issue with permissions of the IIS metabase. The metabse ACL’s do not include the IIS_WPG group on the W3SVC/AppPools part in the metabase.
Solution
- Download metaacl.vbs
- Run the following command:
cscript metaacl.vbs IIS://Localhost/W3SVC/AppPools IIS_WPG RE
More Information
- http://support.microsoft.com/?id=267904
- http://blogs.msdn.com/b/carloc/archive/2006/09/20/unable-to-get-the-private-bytes-memory-limit-for-w3wp-exe-process.aspx
- http://support.microsoft.com/?id=812614
- http://forums.iis.net/t/1057159.aspx