I'm confused, the whole point of EaC is to not have to stop the debugger? I would hazard a guess you're not debugging on iis, as detaching a debugger certainly doesn't stop the webserver.
There's a whole list of things you still can't do while EaC is running. So you're going to have to stop it a lot, EaC might help when debugging or tweaking, but for new code you're going to have it off.
They even confirm this stupid behaviour in this blog post:
That does sound annoying, IIS (non-express) seems to not have this issue though. Agree with debugging and tweaking though, my largest complaint is that you can't edit methods that contain lambda expressions.
mattmanser|11 years ago
http://stackoverflow.com/questions/19568762/how-can-i-preven...
There's a whole list of things you still can't do while EaC is running. So you're going to have to stop it a lot, EaC might help when debugging or tweaking, but for new code you're going to have it off.
They even confirm this stupid behaviour in this blog post:
http://blogs.msdn.com/b/webdev/archive/2013/07/11/enable-edi...
nkerkin|11 years ago