N
Nick Bunton
I have built a C# Win Form app which uses the
System.ServiceController namespace to control NT Services
running locally or on a server on the LAN. I am using
this to control two service on the PDC, this works fine
from a desktop when using admin rights, but throws a
security exception when running on a standard user rights
account. I seem to think I can use the
ServiceControllerPermission class to overcome this, is
this tru and if so can anyone give me an example or some
help with this?
Thanks
Nick
System.ServiceController namespace to control NT Services
running locally or on a server on the LAN. I am using
this to control two service on the PDC, this works fine
from a desktop when using admin rights, but throws a
security exception when running on a standard user rights
account. I seem to think I can use the
ServiceControllerPermission class to overcome this, is
this tru and if so can anyone give me an example or some
help with this?
Thanks
Nick