I have a MVC 5 Project called MyApp
which compiles into MyApp.dll
I'm using Visual Studio 2015 and compiling targeting .net Framework 4.5.1
After developing a while I can't compile anymore because the IIS Express Worker Process
doesn't release the file \obj\Debug\MyApp.dll
Strange thing that if I do a full recompile afterwards somehow the assembly gets freed and i can then start debugging again, at least most of the time.
(And in some cases a recompile doesn't help anymore and i have to start killing the process)
Any Idea why the IIS Express Worker Process does block my assembly?