Calling unix exe from web page

  • Thread starter Thread starter manju.ittangur
  • Start date Start date
M

manju.ittangur

Hi,

I have to call the exe which is running in UNIX from the ASP.NET
webapplication and get the output

The exe which is in Unix is deployed in different server(machine) and
my web application server is deployed different server(machine).
am using C#, ASP.NET 2.0.
Please help me to do the same, Thanks in advance
 
how you call the unix depends on security. you could use rsh if security
allows, telnet, or put the exe under an apache cgi bin folder and call it via
http

-- bruce (sqlwork.com)
 
Back
Top