Executing commands on a Unix box from ASP .NET
- by StefanE
I'm in process to create a few utilities for my team to make life a bit easier working with our Unix boxes(most of them Solaris based).
For example I'm creating a ASP .NET page to display the output of TOP. Also plan to be able to restart processes with the KILL -15 command.
Now I wonder if there is any nice modules out the do the work for me or am I better off just going ahead with my own SSH communication?
It would of course make sense building the app on the unix box directly but I'm not able to do this.