Question

when i debug my ASP.NET application / website in visual studio , after closing browser window ,debugging not stop and IIS Express Still working.
how can i stop debugging after close browser
i am develop my program in visual studio 2012 SP1

Était-ce utile?

La solution

Closing the browser window in Visual Studio 2012 will detach the debugger. If the ASP.NET development [web] server is still running after you do that, you can always right click on it in the system tray and select "stop".

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top