aspnet_regiis.exe -ga

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

aspnet_regiis.exe -ga <wihdows user account>

grants access to IIS Metabase directories so specified account.

How to remove access ?
 
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/
======================================
 
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 ?
 
Back
Top