I'm doing a project in 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, the page says that it is not possible to access the site because it was not found, that is, if I want to navigate the application, it always has to be debugging.
I imagine there is a setup in Visual Studio to not stop the application when stopping the debug, what would it be?
I use Visual Studio 2015 on both machines.