Re: problem with running an win32 exe
From: Scott Allen (bitmask_at_[nospam)
Date: 10/27/04
- Next message: Joel Cade: "RE: Regular Expressions"
- Previous message: nicholas: "Re: view image in repeater: if statement in a repeater control"
- Messages sorted by: [ date ] [ thread ]
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 > > >
- Next message: Joel Cade: "RE: Regular Expressions"
- Previous message: nicholas: "Re: view image in repeater: if statement in a repeater control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|