Re: How do I unload/replace dll without stopping server?
From: Larry Woods (larry_at_NOSPAMlwoods.com)
Date: 07/06/04
- Next message: Curt_C [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Previous message: Aaron [SQL Server MVP]: "Re: IE's default for Save As Type incorrect"
- In reply to: Bob Barrows [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Next in thread: Bob Barrows [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Reply: Bob Barrows [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Reply: Aaron [SQL Server MVP]: "Re: How do I unload/replace dll without stopping server?"
- Reply: Dave Anderson: "Re: How do I unload/replace dll without stopping server?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 6 Jul 2004 11:51:20 -0700
Right. I have found that "unloading" the application does allow me to
replace the dll, but when I click the "unload"
button I get the "all applications in the application pool will be stopped"
(paraphrased). What is the definition of the "application pool". IOW, will
this stop OTHER applications running on the server?
TIA,
Larry Woods
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:%23LsCle4YEHA.1048@tk2msftngp13.phx.gbl...
> 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: Curt_C [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Previous message: Aaron [SQL Server MVP]: "Re: IE's default for Save As Type incorrect"
- In reply to: Bob Barrows [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Next in thread: Bob Barrows [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Reply: Bob Barrows [MVP]: "Re: How do I unload/replace dll without stopping server?"
- Reply: Aaron [SQL Server MVP]: "Re: How do I unload/replace dll without stopping server?"
- Reply: Dave Anderson: "Re: How do I unload/replace dll without stopping server?"
- Messages sorted by: [ date ] [ thread ]