How to control Windows Service through Web Service

P

prowyh

Hi, all,

I am struggling with the problem controlling Windows Service through
Web Service, such as the following code snippet:

ServiceController sc = new ServiceController();
sc.ServiceName = "myService";
sc.Start();
sc.WaitForStatus(ServiceControllerStatus.Running);

This code snippet is wrapped in Web Service. But error! The compaint
is that can not open the service, refuse access.

Any idea? How to assign the access rights to this code snippet?

Thanks!
 

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

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,076
Latest member
OrderKetoBeez

Latest Threads

Top