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.