Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Automation Servers and ASP
Message
 
 
To
02/06/1999 22:21:53
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00225739
Message ID:
00225838
Views:
12
>Hi
>I am looking into implementing some VFP Automation servers, to be instantiated in ASP pages on our web site. Whenever I run an ASP page that creates an instance of a VFP automation server, the DLL is loaded into memory, and not unloaded when the server object is released on the asp page. This means that in order to modify the server in VFP, I have to re-boot my development machine to clear the DLL from memory. I am developing on my desktop machine using VFP 6 and personal web server. Once completed, the project will be moved to an IIS machine. I believe this problem has to do with the dll being cached by the web server, but I don't know how to unload it. I have made sure that the server object is released on the asp page, closed the browser to make sure the session is released, and stopped the WWW service on the Personal Web Server - but the DLL is still loaded. How can I unload this library so I can modify and recompile it?
>
>TIA
>Bill Sabo

In addition to the other suggestions:
During the design/debug you can compile as out-of-process exe.
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform