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?
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.