Exec foxpro 26 exe from asp .net

  • Thread starter Thread starter MikeR
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top