I'm developing a page that it looks like a tasks console. We can modify configuration information in database in order to our Tasks created in another project and it will be a windows service run according to the configuration in database. But I wonder if I can start or stop these tasks from .aspx???? Is that possible?
Asked
Active
Viewed 39 times
1 Answers
1
Check out: How can I programmatically stop/start a windows service on a remote box?
However I don't know if it would work with aspx, probably you will need some kind permissions