is is possible to do this ?
System.Diagnostics.Process.Start(@"c:\LERlib\FoxParse\Programs\PARSE.EXE");
from my asp.net (v1.1) page?
I am running on my localhost web server.
the exe runs fine at the command prompt. it writes to a local folder or a
mapped server drive.
I have temporarily given the ASPNET user admin rights
I've gone into IIS Mgr and allowed read, write and execution of scripts and
exe's. Nothing seems to work and i dont get an error?
Is it possible?
Dino Chiesa [Microsoft] - 27 Oct 2004 18:34 GMT
yes, it is possible.
http://www.winisp.net/cheeso/srcview.aspx?dir=misc&file=shellex.aspx
> is is possible to do this ?
> System.Diagnostics.Process.Start(@"c:\LERlib\FoxParse\Programs\PARSE.EXE");
[quoted text clipped - 13 lines]
>
> Is it possible?