M
MikeR
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?
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?