Re: Calling DLL in ASP page
From: Fie Fie Niles (fniles_at_wincitesystems.com)
Date: 06/10/04
- Next message: Kristofer Gafvert: "Re: iis not works"
- Previous message: n9pilot: "RE: HTTP 500 - Internal server error - Internet Explorer"
- In reply to: Jeff Smith: "Re: Calling DLL in ASP page"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Jun 2004 10:55:50 -0500
Thanks. Clicking "Unload" on the Application Protection in the website
property works. Thanks again.
"Jeff Smith" <jeff@nospam.vegascomputer.com> wrote in message
news:ug794$pTEHA.2544@TK2MSFTNGP10.phx.gbl...
> You have two options depending on if your running in process (Low
Security)
> or out of process (Medium/High Security the default). You can find out
your
> security setting in the IIS Admin under properties for the website on the
> "Home Directory" tab. If you're running out of process (Medium/High), you
> can simply click "Unload" on that same property page and it will clear the
> DLL from memory and allow you to overwrite it. If your running in process
> (low) then you need to stop and restart the iis administrator service. The
> easiest way to do this is run the "iisreset" command.
>
> -Jeff
>
> "Fie Fie Niles" <fniles@wincitesystems.com> wrote in message
> news:uh4HFnmTEHA.3660@tk2msftngp13.phx.gbl...
> > We wrote a program in VB6 and created a DLL for it. We call this DLL
from
> > our ASP page. When our DLL changes, and I copied the updated DLL to the
> > server machine, in 1 server, it says "cannot copy xyz.DLL. There has
been
> a
> > sharing violation. The source or destination file may be in use." Prior
to
> > this, I did use the DLL by calling the ASP page, but I get out of the
ASP
> > page the IE Browser. Nobody else is using it.
> > On another server, it lets you copy the DLL, but when I call the ASP
page,
> > the old DLL is still being used instead of the updated DLL that I just
> > copied.
> > How can I get rid of this DLL from the memory so that I can copy it
> > correctly or the ASP page can call the new updated DLL ? Thank you.
> >
> >
>
>
- Next message: Kristofer Gafvert: "Re: iis not works"
- Previous message: n9pilot: "RE: HTTP 500 - Internal server error - Internet Explorer"
- In reply to: Jeff Smith: "Re: Calling DLL in ASP page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|