Start Stop Restart Service

  • Thread starter Thread starter sdavenport
  • Start date Start date
S

sdavenport

I would like to be able to write a web app that will allow my
administrators to Start Stop and Restart services from a webform. Is
this possible with ASP.Net? I am using VB.Net.
Thank you in advance for your responses.
 
Well, the answer is Yes. Your winforms app would use a ServiceController
component from the toolbox.
 
Back
Top