
Howto update DLL without restarting IIS
You should also be able to go to the Virtual Directory or WebSite in IIS and click the "Unload" button. This should unload all application components and dependencies and then you should be able to replace your components.
-MNEELY
that's great. thank you...
Create a COM+ package, put your dll's in there. When you need to recompile, you shutdown the package, compile and off you go. You don't need to restart, the next call to the object will start the package.
John
How can I update a registered DLL without stoping web services on Windows2000 server ?