Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reboot for COM object changes?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00408415
Message ID:
00408423
Views:
27
You not only have to shut down the package in MTS, you have to unload it from IIS. Here's some chat from a post I made a couple of weeks ago concerning IIS 5 that ships with Windows2000:

>Anyway, the cool part about this that you no longer have to sut down the web server at all. Now if I could just figure out a programmatic way to do what that button does...
>
>Mike


You can use IIS' ADSI provider to do this:

oVD = GETOBJECT("IIS://MYMACHINE/W3SVC/1/MyVirtualDir,IIsWebVirtualDir"
oVD.AppUnload()

Where MYMACHINE is the name of the machine the server resides on, 1 is the enumeration of the site in question (most only have 1), and MyVirtualDir is the name ofthe virtual directory.

For in-proc apps, this will only unload your object if there are no outstanding references. (Session vars)
Erik Moore
Microsoft MVP- Foxpro
Universal Thread Sysop, VFP Forum
Previous
Reply
Map
View

Click here to load this message in the networking platform