hot to check if windows service is on/off from webapplication?
i am using asp.net mvc and c#.
do i need some administrator privilegies to check status of windows service?
hot to check if windows service is on/off from webapplication? i am using asp.net
Share
ServiceController will help you out. I am not sure of the privileges of viewing vs. starting/stopping are.