Service Permissions w/ ASPNET

  • Thread starter Thread starter Z D
  • Start date Start date
Z

Z D

Hello,

I was wondering what permissions I have to give the ASPNET account in order
for it to be able to start/stop/modify/etc specific services on a machine
using the System.ServiceProcess.ServiceController class?

I can only seem to get it working when I make the ASPNET account part of the
admin group.

Thanks in advance,
ZD
 
If these are Windows Services you can also grant users rights to start/stop
these services. You can with the group policy, I didn't figure out any other
way (I didn't need it). Perhaps the local security policy...

- Joris
 
Back
Top