Home > Archive > ASP .NET > February 2008 > Calling unix exe from web page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Calling unix exe from web page
|
|
| manju.ittangur@gmail.com 2008-02-28, 8:17 am |
| 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 2008-02-28, 8:17 am |
| On Feb 28, 1:48=A0pm, 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
http://www.google.com/search?hl=3De...all+exe+asp.net
| |
| bruce barker 2008-02-28, 8:17 pm |
| 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
>
|
|
|
|
|