StuckInTheMiddle
Programmer
You guys often seem to have answers to the impossible so here's a puzzler for you.
I have a user that wants me to give him permission to a start/stop a windows service via a web page. I have to imagine that such a thing isn't possible, I know we could programmatically do something with a .NET console app on the actual box. But this guy doesn't have remote desktop access to the box, he wants the ability to do this remotely via the web, and only him of course, woulnd't be good if anyone could just go to the webpage and stop the service
Is the Windows Service exposed as an API to .NET web, the web app will sit on the same box as the windows service.
"If you can stay calm, while all around you is chaos...then you probably haven't completely understood the seriousness of the situation.
I have a user that wants me to give him permission to a start/stop a windows service via a web page. I have to imagine that such a thing isn't possible, I know we could programmatically do something with a .NET console app on the actual box. But this guy doesn't have remote desktop access to the box, he wants the ability to do this remotely via the web, and only him of course, woulnd't be good if anyone could just go to the webpage and stop the service
Is the Windows Service exposed as an API to .NET web, the web app will sit on the same box as the windows service.
"If you can stay calm, while all around you is chaos...then you probably haven't completely understood the seriousness of the situation.