How to keep MVC application running on IIS express (in Visual Studio) after debugging?

Asked

Viewed 447 times

3

I’m doing a project on ASP.Net MVC. On the company machine I run the project once (F5), stop the debug and continue accessing the application pages normally.

On my personal machine if I stop the debug appears the page saying that it is not possible to access the site because it was not found, that is, if I want to navigate the application, always have to be debugging.

I imagine there is a configuration in Visual Studio to not interrupt the application when stopping debug, which would be?

Using Visual Studio 2015 on both machines.

1 answer

5


You can keep IIS Express running your application even after you stop debug, so you need to disable the option Edit and continue in Visual Studio.

Step by step: In the top menu click on tools (tools) > options (options) > debugging, scroll to the end and uncheck the checkbox Enable Edit and continue.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.