Home > Archive > ASP .NET > March 2004 > RE: Event 1093
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| [MSFT] 2004-03-28, 11:33 pm |
| 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
"[MSFT]" <lukezhan@online.microsoft.com> wrote in message
news:elZajCUFEHA.2224@cpmsftngxa06.phx.gbl...
> 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.)
>
|
|
|
|
|