Previously in 2012, if I debugged in Chrome (for example), and then stopped the debugger, the website would remain running in IIS Express. This no longer seems to be the case in 2013.
Is this a new change that I need to make? How can I keep the website instance running even after I stop the debugger? Thanks.
Easier solution:
From
Debug
menu selectStart Without Debugging
orCtrl+F5
to run the project, it will keep running your project unless you quit IIS.I didn't have "Enable Edit and Continue" in my web project's properties (VS2015 Community Update 2), but finally I found a useful comment in this link which mentioned in Rick's answer:
Briefly:
Turning off the new "Enable Edit and Continue" feature fixed it for me.
Update 1:
You can also turn it off on a per project basis.
Update 2: Blog article that discusses this feature.
“Enable Edit and Continue” debugging option is now on by default for new web applications in VS2013 preview