Run a remote python script from ASP.Net

Posted by Jaelebi on Stack Overflow See other posts from Stack Overflow or by Jaelebi
Published on 2009-12-14T23:40:40Z Indexed on 2010/05/20 20:00 UTC
Read the original article Hit count: 144

Filed under:
|
|

I have a python script on a linux server that I can SSH into and I want to run the script on the linux server( and pass it parameters entered by the user) and get the output on an ASP.net webpage running on IIS. How would I be able to do that?

Would it be easier if I was running a wamp server?

Edit: The servers are in the same internal intranet.

© Stack Overflow or respective owner

Related posts about python

Related posts about ASP.NET