How can I prevent Visual Studio 2013 from closing my IIS Express app when I end debugging?

Ryan Peters

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.

Rick

Turning off the new "Enable Edit and Continue" feature fixed it for me.

  1. Open Options dialog box (Tools | Options)
  2. Locate "Debugging\Edit and Continue"
  3. Uncheck "Enable Edit and Continue"

Update 1:
You can also turn it off on a per project basis.

  1. Open properties for web project
  2. Select Web tab
  3. Uncheck "Enable Edit and Continue" in the "Debuggers" section

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I prevent my program from closing when a open console window is closed?

From Dev

How can I prevent the "Attempting to get the view from an adapter in state TextDocDataAvailable" fail in visual Studio 2013?

From Dev

Can't access [Authorized] MVC method using Windows Authentication when debugging in Visual Studio 2013 using IIS Express 8.0

From Dev

How can I log my SQL calls in Visual Studio 2013?

From Java

How can I switch my signed in user in Visual Studio 2013?

From Dev

Can I get reverse debugging functionality for Visual Studio 2013 Professional?

From Dev

How can I get started with Xamarin from Visual Studio 2013?

From Dev

How to debug with IIS (not Express) in Visual Studio 2013

From Dev

How can I prevent my iOS VoIP app from playing audio when the user switches their phone to silent?

From Dev

How can I timestamp IIS Web deployment packages made with Visual Studio 2013?

From Dev

How can I prevent tomcat server from closing when I logoff?

From Dev

Debugging in Visual Studio 2013 express

From Dev

How do I prevent my dropdown from closing when clicking inside it?

From Dev

How do I prevent my dropdown from closing when clicking inside it?

From Dev

How do I install the NUnit plugin in Visual Studio 2013 Express?

From Dev

How do I extract an interface with Visual Studio 2013 (Express)

From Dev

How can I edit my code while debugging using Visual Studio?

From Dev

How do i build an IPA file for my iOS app with Xamarin for Visual Studio 2013

From Dev

How do I prevent this dropdown from closing when link is clicked?

From Dev

Why can't I see a virtual directory created in Visual Studio 2013 for Local IIS in IIS Manager?

From Dev

Why is the Visual Studio 2013 debugger closing without error when I try to expand Model properties?

From Dev

Why is the Visual Studio 2013 debugger closing without error when I try to expand Model properties?

From Dev

How do I remove my Visual Studio 2013 project from a Github repository?

From Dev

How do I get information from a text box sent to my email? (C#, Visual studio 2013)

From Dev

How do I remove my Visual Studio 2013 project from a Github repository?

From Dev

How to prevent IIS Express in visual studio from caching data from SQL server?

From Dev

Shall I use Visual Studio Express or Visual Studio 2013?

From Dev

How can I prevent extra characters at the end of my string in Regex?

From Dev

How do i prevent visual studio from renaming my id attributes?

Related Related

  1. 1

    How can I prevent my program from closing when a open console window is closed?

  2. 2

    How can I prevent the "Attempting to get the view from an adapter in state TextDocDataAvailable" fail in visual Studio 2013?

  3. 3

    Can't access [Authorized] MVC method using Windows Authentication when debugging in Visual Studio 2013 using IIS Express 8.0

  4. 4

    How can I log my SQL calls in Visual Studio 2013?

  5. 5

    How can I switch my signed in user in Visual Studio 2013?

  6. 6

    Can I get reverse debugging functionality for Visual Studio 2013 Professional?

  7. 7

    How can I get started with Xamarin from Visual Studio 2013?

  8. 8

    How to debug with IIS (not Express) in Visual Studio 2013

  9. 9

    How can I prevent my iOS VoIP app from playing audio when the user switches their phone to silent?

  10. 10

    How can I timestamp IIS Web deployment packages made with Visual Studio 2013?

  11. 11

    How can I prevent tomcat server from closing when I logoff?

  12. 12

    Debugging in Visual Studio 2013 express

  13. 13

    How do I prevent my dropdown from closing when clicking inside it?

  14. 14

    How do I prevent my dropdown from closing when clicking inside it?

  15. 15

    How do I install the NUnit plugin in Visual Studio 2013 Express?

  16. 16

    How do I extract an interface with Visual Studio 2013 (Express)

  17. 17

    How can I edit my code while debugging using Visual Studio?

  18. 18

    How do i build an IPA file for my iOS app with Xamarin for Visual Studio 2013

  19. 19

    How do I prevent this dropdown from closing when link is clicked?

  20. 20

    Why can't I see a virtual directory created in Visual Studio 2013 for Local IIS in IIS Manager?

  21. 21

    Why is the Visual Studio 2013 debugger closing without error when I try to expand Model properties?

  22. 22

    Why is the Visual Studio 2013 debugger closing without error when I try to expand Model properties?

  23. 23

    How do I remove my Visual Studio 2013 project from a Github repository?

  24. 24

    How do I get information from a text box sent to my email? (C#, Visual studio 2013)

  25. 25

    How do I remove my Visual Studio 2013 project from a Github repository?

  26. 26

    How to prevent IIS Express in visual studio from caching data from SQL server?

  27. 27

    Shall I use Visual Studio Express or Visual Studio 2013?

  28. 28

    How can I prevent extra characters at the end of my string in Regex?

  29. 29

    How do i prevent visual studio from renaming my id attributes?

HotTag

Archive