When my .net web application is running and I try to publish a new assembly, it gives me an error in using the DLL. So I need to stop the application pool, then update the DLLs and start the application pool. I did not need to do this before the .Net framework 4.6, because it used the shadow copy mechanism.
Is there any workaround in .Net Core? So, can I publish new assemblies / DLLs without stopping the application pool in IIS?
Thanks in advance for your help.
source share