View Full Version : cannot delete dll


Bob Weiner
10-22-2003, 09:41 PM
I am attempting to delete a dll on our web server. I killed the dllhost
process that the IWAM user was running. Usually this is sufficient but not
this time.

I unloaded the application in IIS, and did a
> tlist -m dllname*
which said that nobody was using it. I still can't delete it.

This is a dll that I wrote and no one else should even know it exists so I
doubt another user is involved.

What else can I look for in this situation?

bob