Hello
I have a web app that calls an executable and then shows the results on the web page. All was working well until I upgraded to VS 2005 and framework 2, and besides the fact that I went through a bit of a nightmare converting the project, calling the EXE no longer works now.
The return code from my command process is 3, but I somehow don't think the EXE is sending that back (I'm still looking for info on it, though). I have a strong feeling it's config related.
I've ensured that the ASPNET and the internet default accont have execution rights to the right folders, and that the exeucte permission within IIS says "scripts and executables".
Any ideas as to what other changes I should be looking into?
Thx,
.DaviD.
I have a web app that calls an executable and then shows the results on the web page. All was working well until I upgraded to VS 2005 and framework 2, and besides the fact that I went through a bit of a nightmare converting the project, calling the EXE no longer works now.
The return code from my command process is 3, but I somehow don't think the EXE is sending that back (I'm still looking for info on it, though). I have a strong feeling it's config related.
I've ensured that the ASPNET and the internet default accont have execution rights to the right folders, and that the exeucte permission within IIS says "scripts and executables".
Any ideas as to what other changes I should be looking into?
Thx,
.DaviD.