Re: How do I unload/replace dll without stopping server?
From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 07/06/04
- Next message: Aaron [SQL Server MVP]: "Re: IE's default for Save As Type incorrect"
- Previous message: Martin: "Re: ASP communications with a separate application?"
- In reply to: Larry Woods: "How do I unload/replace dll without stopping server?"
- Next in thread: Larry Woods: "Re: How do I unload/replace dll without stopping server?"
- Reply: Larry Woods: "Re: How do I unload/replace dll without stopping server?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 6 Jul 2004 14:32:44 -0400
Larry Woods wrote:
> I have a "homegrown" dll that I am using in IIS (VBScript). I need to
> replace it on a production server, but I don't want to stop/restart
> server in order to replace the dll.
>
> Possible?
>
>
> TIA,
>
> Larry Woods
Usually no, it is not possible.
If you configure your application to run in isolated mode (High security),
you will sometimes be able to unload the application in order to unregister,
replace and register a dll. But this does not always work.
Bob Barrows
-- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
- Next message: Aaron [SQL Server MVP]: "Re: IE's default for Save As Type incorrect"
- Previous message: Martin: "Re: ASP communications with a separate application?"
- In reply to: Larry Woods: "How do I unload/replace dll without stopping server?"
- Next in thread: Larry Woods: "Re: How do I unload/replace dll without stopping server?"
- Reply: Larry Woods: "Re: How do I unload/replace dll without stopping server?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|