M
Mike
Inside a HttpHandler I'm trying to spawn an EXE (console app).
Although it shows up in the process list, it doesn't seem to do
anything. (And even if I specify ProcessWindowStyle.Normal, it doesn't
show the cmd.exe box.) I've tried with and without UseShellExecute, and
even using "cmd.exe /c myprog.exe myargs..."
Launching the process from a seperate project (not IIS) seems to work
fine.
Is this a permissions issue? (Though as I said, it does actually start
the process.) Any thougts?
thanks,
mike
Although it shows up in the process list, it doesn't seem to do
anything. (And even if I specify ProcessWindowStyle.Normal, it doesn't
show the cmd.exe box.) I've tried with and without UseShellExecute, and
even using "cmd.exe /c myprog.exe myargs..."
Launching the process from a seperate project (not IIS) seems to work
fine.
Is this a permissions issue? (Though as I said, it does actually start
the process.) Any thougts?
thanks,
mike