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 - 28 Feb 2008 12:51 GMT
On Feb 28, 1:48 pm, manju.ittan...@gmail.com wrote:
> Hi,
>
[quoted text clipped - 5 lines]
> am using C#, ASP.NET 2.0.
> Please help me to do the same, Thanks in advance
http://www.google.com/search?hl=en&q=call+exe+asp.net
bruce barker - 28 Feb 2008 16:38 GMT
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)
> Hi,
>
[quoted text clipped - 5 lines]
> am using C#, ASP.NET 2.0.
> Please help me to do the same, Thanks in advance