C
Chris Morse
I've used the method described by Chris Sells in the following article:
"Launching No-Touch Deployment Applications with Command Line
Arguments"
http://msdn.microsoft.com/security/...brary/en-us/dnforms/html/winforms05152003.asp
For example, launching an application with the following URL form:
http://localhost/web/application.exe?uid=csells&uname=Chris Sells
This works fine with .NET 1.1, IEExec launches the exe and the
command-line argument is passed to the EXE. With .NET 2.0 installed,
the application will not even launch when there is a "?" after the .exe
name.
Has anyone else hit this issue and found a work-around?
Thanks,
// CHRIS
"Launching No-Touch Deployment Applications with Command Line
Arguments"
http://msdn.microsoft.com/security/...brary/en-us/dnforms/html/winforms05152003.asp
For example, launching an application with the following URL form:
http://localhost/web/application.exe?uid=csells&uname=Chris Sells
This works fine with .NET 1.1, IEExec launches the exe and the
command-line argument is passed to the EXE. With .NET 2.0 installed,
the application will not even launch when there is a "?" after the .exe
name.
Has anyone else hit this issue and found a work-around?
Thanks,
// CHRIS