how to run windows service through asp.net?

  • Thread starter Thread starter sun
  • Start date Start date
S

sun

Guest
Hello,

Here is an article on using services through ASP .NET:
http://www.vbdotnetheaven.com/UploadFile/satisharveti/tocontrolservicesrunninginasystem12282006033414AM/tocontrolservicesrunninginasystem.aspx

I recommend that you be extremely careful with that code though.
 
is there any way through which we can run windows service using asp.net. using an asp.net page in client system can i be able to start / stop the windows service in server system. is this possible?
 
Hello,

Here is an article on using services through ASP .NET:
http://www.vbdotnetheaven.com/UploadFile/satisharveti/tocontrolservicesrunninginasystem12282006033414AM/tocontrolservicesrunninginasystem.aspx

I recommend that you be extremely careful with that code though.
 
Back
Top