Replacing a DLL when AppDomain is already loaded in ASP.NET

What happens if the dll is already loaded w3wp.exeand we replace it?

Of course, we can replace the dll, since asp.net uses the cached version of the DLLs Bin, but I want to know whether, when replacing the dll, it will load a new one or wait until the next reprocessing or when there is no new request.

EDIT: DLL contains a singleton class

+5
source share
2 answers

From MSDN :

.dll Bin, ASP.NET .dll .

+3

dll.

, - bin .

+4

All Articles