Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a VFP COM on Server2003
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00813480
Message ID:
00816928
Views:
19
>>I have set permissions on the folder for ASPNET to read & write. I have the runtimes in system32 and c:\parkerexport.
>>
>>What obvious thing am I missing here?
>
>Did you set the Execute Permissions to "Scripts and Executables"?


Mike, I added a W.E.L. call so I could identify where my app froze.
This is the call from ASP.NET:
Process myProcess = new Process();
myProcess.StartInfo.UseShellExecute = true ;
myProcess.StartInfo.FileName = "C:\\parkerexport\\parkerexport.exe";
myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
myProcess.StartInfo.Arguments = lcMake ;
myProcess.Start();

The Exe's initial prg code:
Parameters tcmake
writeLog(4,'Into this with the param')


I don't get that first log entry. If I run this from the RUN dialog it is fine. That user has admin rights {against my better judgement but I'm only a contractor}

ASP.NET user has rights in System32, and on a test we gave them full control, still didn't work.

Anybody else have an issue with this?

Thanks.

__stephen
Previous
Reply
Map
View

Click here to load this message in the networking platform