Calling unix exe from web page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • manju.ittangur@gmail.com

    Calling unix exe from web page

    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
  • Alexey Smirnov

    #2
    Re: Calling unix exe from web page

    On Feb 28, 1:48 pm, manju.ittan...@ gmail.com wrote:
    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

    Comment

    • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

      #3
      RE: Calling unix exe from web page

      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)


      "manju.ittangur @gmail.com" wrote:
      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
      >

      Comment

      Working...