My site uses a dynamic PDF generator which much be run from the command line through ASP.
On the old server, IIS 5, everything worked like a charm using ASPExec to run the program. Now that I've moved the site over, ASPExec reports that it has called my program correctly but the program does not create a PDF file.
When I run the same command line call from cmd on the server, the PDF is created correctly.
As far as permissions, the site is structured as <MAIN FOLDER>/uploadedfiles/annualreports with the exe and pdfs sitting in the annual reports folder. I've gone as far as giving admin access to these folders and still no dice.
Has anyone had any success running command line programs from ASP in IIS 6?
Cheers,
Nm
PS... i tried just using WScript.Shell with no luck.
On the old server, IIS 5, everything worked like a charm using ASPExec to run the program. Now that I've moved the site over, ASPExec reports that it has called my program correctly but the program does not create a PDF file.
When I run the same command line call from cmd on the server, the PDF is created correctly.
As far as permissions, the site is structured as <MAIN FOLDER>/uploadedfiles/annualreports with the exe and pdfs sitting in the annual reports folder. I've gone as far as giving admin access to these folders and still no dice.
Has anyone had any success running command line programs from ASP in IIS 6?
Cheers,
Nm
PS... i tried just using WScript.Shell with no luck.