Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM object still in Memory
Message
De
26/07/2000 20:31:33
 
 
À
26/07/2000 17:26:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00396650
Message ID:
00397385
Vues:
19
I just want to say thanks to everyone that has helped. I don't know what I would do if the UT did not exist.
Thanks again

>>Shutting down, the service.
>>
>>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)
I can't believe I get paid to write code..... Its like doing crossword puzzels
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform