RE: Memory limit for the W3WP process

RE: Memory limit for the W3WP process

am 01.04.2008 01:53:33 von makhan

This error is caused by a known issue with insufficient permissions in your
IIS metabase. The metabase ACL's on the target server did not include the
IIS_WPG group on the following two nodes of the metabase (IIS_WPG is in both
ACL's on a clean install):
- W3SVC/AppPools
- W3SVC/Filters

You can download the MetaACL utility from
http://support.microsoft.com/?id=267904. After you have installed the
program, open a command prompt and navigate to the directory where you
installed it. Then type the following:

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

Warning:
The path is case sensitive - type exactly as above; after you run this
command restart the IIS services and see if this corrects the problem.

Hope this helps you. Source from where i got the solution is
http://blogs.msdn.com/carloc/archive/2006/09/20/unable-to-ge t-the-private-bytes-memory-limit-for-w3wp-exe-process.aspx
--
Regards,
ma_khan


"atuljoshi" wrote:

> Hi
> I have a window servere 2003 enterprises edition and i have installed iis on
> the same machine. I memory of that server is 16gb But if i check in the task
> manager its always show using 2.7 gb of ram(memory) this means i have enogh
> extramemory on my server. But I still receiving an error which is as follows.
> "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"
> So please have a look this error and help me to solve this issue.
> Thanks
>
>
> --
> Atul