Executing commands on a Unix box from ASP .NET

Posted by StefanE on Stack Overflow See other posts from Stack Overflow or by StefanE
Published on 2011-02-03T15:18:16Z Indexed on 2011/02/03 15:25 UTC
Read the original article Hit count: 233

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET