How do I configure Visual Studio to stop launching a broswer window ever time I debug an ASP.NET project?
To end a debugging session in Microsoft Visual Studio, from the Debug menu, choose Stop Debugging.
The Just-In-Time Debugger dialog box may open when an error occurs in a running app, and prevent the app from continuing. The Just-In-Time Debugger gives you the option to launch Visual Studio to debug the error.
Tools > Options > Debugging > Just-In-Time > Uncheck Script Option.
In the properties of the web project on the Web tab (VS2008) under Start Actions, or directly under Start Options in other versions of Visual Studio. Select the "Don't open a page. Wait for a request from an external application" radio button.
That should do the job. But will probably find you need a browser to test it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With