Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging VFP DLL
Message
From
07/09/2001 17:07:16
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00554077
Message ID:
00554098
Views:
13
>Is there a way to stop a fox DLL once loaded into memory?
>I call my dll from an .ASP file but if I need to change it I
>must close the page that called the DLL but that doesn't even
>work all the time. So if I could stop a DLL in NT4.0 somehow
>it would be the solution.
>
>Another quick one is:
>Can the VFP debugger be ran when running a DLL? So as to
>stop the program like if I was running my program within Fox...
>
>
>Thanks in advance for any help.
>
>Willy

One option is to stop and restart the iis service for this. Use the following to stop and restart your IIS:
net stop iisadmin /y (stops it)
net start w3svc (restarts it)
This from a DOS command window.
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform