G
Guest
I have created a Windows Service that I would like to Start/Stop from
ASP.NET. I can access most of the properties of the ServiceController class
without any issues. When I attempt to Start or Stop the service from my web
form, the following error is generated:
System.ComponentModel.Win32Exception: Access is denied
Does anyone know a way to get around this issue without updating the Machine
or Web config settings (if possible).
Thanks
ASP.NET. I can access most of the properties of the ServiceController class
without any issues. When I attempt to Start or Stop the service from my web
form, the following error is generated:
System.ComponentModel.Win32Exception: Access is denied
Does anyone know a way to get around this issue without updating the Machine
or Web config settings (if possible).
Thanks