Catching output from external application ASP.NET

G

gashoneil

Hi,

I'm writing a program in ASP.NET and C# and I need to capture some
output from an external program. I have an .exe that I run, and this
generates a string that I want to bring back into my web application.
Any ideas?
 
G

Gary

Excellent, that tutorial explained it thoroughly and I just got it
working. I never set property UseShellExecute to false to allow me to
redirect the StandardOutpu. Now this is done I am home free!! Thanks
again
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top