I'm building an MVC 4 website in VS2013, following a Pluralsight course for a bit of a refresher. On the course's video, the instructor is able to keep his website running in the browser (IE) while he makes changes to the code, then rebuilds the code and refreshes the browser to pick up his changes.

I'm not able to do that. If I press "Stop" in the debugger (which is what he does), it closes the browser. If I press "Pause", it leaves the browser open and allows me to make changes, but when I then try to build or restart, it prompts me to stop debugging first. I can't proceed with the build without saying yes to that, which closes my browser.

Any idea what I need to do differently? Edit and Continue is enabled, so it's not that.