Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rebuilding COM dll after ASP call
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00315858
Message ID:
00316328
Vues:
17
If your technique is good enough for you, it's good enough for me. Thanks Rick and your check will be in the mail (literally since I'll be purchasing WC soon).

>You can't End Task, because IIS is a service and you can't kill services through task manager.
>
>KILL is the best way. If you're using IIS 5 (on Windows 2000) you can use the new IISRESET utility which stops and restarts all Services automatically. It's also a monitor for IIS if it crashes it'll automatically restart it (which BTW makes it even more difficult to update DLLs in a production environment).
>
>Yes debugging with ASP is a PITA, but the best way I've found is to use a batch (Webrestart.bat) file like this:
>
>KILL INETINFO
>pause
>NET START IISADMIN
>NET START W3SVC
>
>While debugging ASP I usually leave a Command Prompt running and then just flip back over there and hit it. While I debug my code and recompile the server can restart in the background - you can even add that to a compile script in your VFP code if you like, so you don't have to manually switch to the DOS window (you need to add a delay between the kill and restart though).
>
>+++ Rick --
It's "my" world. You're just living in it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform