General discussion
-
Topic
-
Deploying IIS DLLs
LockedHello,
I’ve been programming with VB for several years, but am new to IIS apps and DLL deployment on a web server. My question deals with one that was asked previously by someone else but the answer did not solve the problem. The problem is a “Sharing Violation” when trying to overwrite the existing IIS APP DLL on the IIS 4.0 server. I have stopped the default web server using the Service Manager, but the sharing violation persists while the server is stopped. I confirmed that the server wasindeed stopped by trying to access the web page in question as a user would, and could not access the pages. There is obviously something else keeping hold of this file and no others within the virtual directory and the actual directory. As stated in the previous question, if I restart the server PC I can then overwrite the DLL until it is accessed as a web app, then it gets locked by the server and cannot be overwritten.
The server machine is remote to me, it is running NT Server 4.0, IIS 4.0, and SQL Server 7.