Tag archive for ‘ASP.NET MVC browser’
Setting default browser in Visual Studio
When I switched to Firefox 3.0 as my default browser, VS started launching Firefox for debugging. But for some crazy reason I wanted to keep IE as the debug browser.
Usually this wouldn’t be too difficult, except that I’m using ASP.NET MVC, and for some reason the normal method isn’t available.
The normal method is [...]