When I am trying to launch external application on the asp.net server, I see that the process is executed and it works fine, but everything runs in background mode.
I am using cassini web server. Also StartInfo.CreateNoWindow = false;
does not help.
For example Visual Studio Development server shows everything fine.
How can I launch an app and see it running visibly?