G
Guest
Hi,
I made a test.dll and registered it on a web server. web pages can use the methods within the dll. My problem is: every time I modify test.dll and copy to the web server, I need restart IIS, because a previous one is cached in the memory and managed by IIS. Is there a way to unload old one or enforce load new one without restarting IIS?
I appreciate if someone can give a help.
I made a test.dll and registered it on a web server. web pages can use the methods within the dll. My problem is: every time I modify test.dll and copy to the web server, I need restart IIS, because a previous one is cached in the memory and managed by IIS. Is there a way to unload old one or enforce load new one without restarting IIS?
I appreciate if someone can give a help.
I really don't know, although I've