Service Permissions w/ ASPNET

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
 
J

Joris Dobbelsteen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top