control a windows service from a web appliction/web page
I need a way to control (start, stop, run, etc) a windows C++ service from a web page or a web application. Is there a way to do this? I have developed in C# in the past and am very familiar with web languages. Can someone point me in the right direction or provide some sample code to get me started? Thanks in advance.