Home All Groups Group Topic Archive Search About

asp.net admin rights on windows2003

Author
6 Mar 2006 5:33 PM
SJ
I want asp.net to be able to write to files and restart windows services.
I know that making the username="SYSTEM" in machine.config gives asp.net
admin rights on a
computer in windows 2000.

This does not seem to be working in Windows2003 however.

Does anybody know a workaround? Or why this doesn't work and what can be
done instead to give asp.net admin rights to the computer?

Note: I know right clicking on a folder with give asp.net write permissions,
but i don't want to go that route.

Thanks,
-SJ

Author
6 Mar 2006 8:11 PM
netnet
i *think* you looking for the user nt_authority in the iis_wpg group?



Show quoteHide quote
"SJ" <mymai***@sbcglobal.net> wrote in message
news:jn_Of.56717$dW3.52170@newssvr21.news.prodigy.com...
>I want asp.net to be able to write to files and restart windows services.
> I know that making the username="SYSTEM" in machine.config gives asp.net
> admin rights on a
> computer in windows 2000.
>
> This does not seem to be working in Windows2003 however.
>
> Does anybody know a workaround? Or why this doesn't work and what can be
> done instead to give asp.net admin rights to the computer?
>
> Note: I know right clicking on a folder with give asp.net write
> permissions,
> but i don't want to go that route.
>
> Thanks,
> -SJ
>
>