Re: problem with running an win32 exe

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Scott Allen (bitmask_at_[nospam)
Date: 10/27/04


Date: Wed, 27 Oct 2004 09:42:29 -0400

Does the output go to a file or to the screen? If the output goes to
the screen there is no screen for the ASP.NET process to display in.
You'll have to use the RedirectStandardOutput property of the
PropertyStartInfo type, and read the Process.StandardOutput stream.

Another common cause for ASP.NET failing to launch an executable are
because it does not have permission to do so. You might want to double
check that also.

--
Scott
http://www.OdeToCode.com/blogs/scott/
On Wed, 13 Oct 2004 18:18:57 +0530, "Rajesh Birelly"
<Rajesh.Birelly@ameriteckwebservices.com> wrote:
>Hi all,
>I am calling an exe from C#.net web application by using
>System.Diagnostics.Process.Start(Server.MapPath(".") & "\HalfBidData.exe")
>
>
>
>the exe get calls but not performing the operation for which it meant.
>
>when iam runnig the exe i am getting the outupt.
>
>
>
>Can anyone help me on this.
>
>Thanks and Regards
>
>Rajesh Birelly
>
>
>


Relevant Pages

  • Re: pc generating unauthorized http scans
    ... in CMD "netstat -ano" This would list all the TCP connections with PID ... Then go to Task Manager and find process EXE with the ... our corporate security team identified that my windows xp pc was performing a number of http scans of other systems within our network. ... Join Sci-Tech News group and get the latest science & technology news ...
    (Security-Basics)
  • Re: Hello World 217Kb ?
    ... stephane richard wrote: ... > that the following program produces a rather huge exe size. ... so, i don't know on which platform you are performing your test, but if you are ... under Windows, ...
    (comp.lang.ada)