|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ASP does not release the DLL when it close |
From: |
Tim |
Date: |
11/29/1999 7:59:31 AM |
IP: |
207.51.162.13 |
Have you tried stopping and re-starting your web server? Also i found the following posted in newsgroups a while back:
--
DLL: why do I get Permission Denied when re-compiling?
Use this batch file to release IIS lock on your DLL:
net stop iisadmin /y
net start w3svc
You may need to add start lines for other services such as smtpsvc or
msftpsvc. The disclaimer of course, if youre worried about stopping your
web site traffic: dont develop DLLs on production machines. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|