executing remote Unix scripts via ASP.NET webpage

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

Can anybody comment on the best/simplest way to implement this?

Presume the web server is IIS4 running ASP.NET and the remote server is HPUX 11.

Would running a DOS bat that calls a SSH dos client be a terrible solution?

Thank you for any help or info.
 
Can anybody comment on the best/simplest way to implement this?

Presume the web server is IIS4 running ASP.NET and the remote server is HPUX 11.

Would running a DOS bat that calls a SSH dos client be a terrible solution?

Thank you for any help or info.


Use Apache on the Unix server and implement a Java Web Service.



Bobby Ryzhy
bobby @ domain below
http://weekendtech.net
 
Back
Top