I tried System.ServiceProcess.ServiceController System.Diagnostics.Process;
to control windows services in my web form.
With System.ServiceProcess.ServiceController
I am getting Access Denied Exception.
With System.Diagnostics.Process
I get nothing. How can I start/stop Windows Services with my web form, any idea?