re:
!> How to remove access ?
Grant access to a different account.
Doing that will *replace* the first account with the new account.
What -GA does is map the new account to the ASP.NET process.
Only one account can be mapped as the account ASP.NET runs as.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> aspnet_regiis.exe -ga <wihdows user account>
>
> grants access to IIS Metabase directories so specified account.
>
> How to remove access ?
John A Grandy - 12 Sep 2007 19:49 GMT
Wow. I totally misunderstood that option.
So, if I run aspnet_regiis.exe -i , one of the things it will do is map the
local ASPNET account to the ASP.NET worker process ?
> re:
> !> How to remove access ?
[quoted text clipped - 15 lines]
>>
>> How to remove access ?