|
-
May 7th, 2001, 05:30 AM
#1
Thread Starter
Addicted Member
how to shutdown asp dll?
I notice that the dll of my asp application keeps running even if nothing accesses it.
How do I shut 'em down??? I need to put a new version of the dll but i can't since the old one can't be deleted (it's still active). The only way i know up to now is to shutdown the pc (where the iis server runs). There must be another way?
-
May 7th, 2001, 06:13 AM
#2
Black Cat
This works for me, but it's probably not the correct way:
1. Totally stop IIS.
2. Unregister the old dll.
3. Rename the old dll to gibberish, as it still won't let you delete it.
4. Move the new dll in.
5. Register the new dll.
6. Restart IIS.
7. Test and make sure it works.
8. Delete the old dll the next time the computer gets restarted.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
May 7th, 2001, 07:02 AM
#3
JoshT
You've got it dead right. Don't forget though if the DLLs interface ie declarations haven't changed then all you need to do for the DLL update if compiled with Binary compatability, is copy it over the old copy on the PC.
-
May 7th, 2001, 08:59 AM
#4
Black Cat
Awesome. It was trial and error for me.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
May 7th, 2001, 10:02 AM
#5
Thread Starter
Addicted Member
This works for me, but it's probably not the correct way:
1. Totally stop IIS.
How do you 'totally stop' the IIS?
It didn't even let me rename the dll...
By the way, I have standard modules inside the dll, is this a problem?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|