vote up 8 vote down star
1

When I debug in Visual Studio, firefox opens and that is annoying because of the hookups that IE and VS have such as when you close the IE browser that starting debug opened, VS stops debugging. How can I get Visual Studio to open IE instead without having to set IE as my default browser?

flag

6 Answers

vote up 16 vote down check

Scott Guthrie has made a post on how to change Visual Studio's default browser:

1) Right click on a .aspx page in your solution explorer

2) Select the "browse with" context menu option

3) In the dialog you can select or add a browser. If you want Firefox in the list, click "add" and point to the firefox.exe filename

4) Click the "Set as Default" button to make this the default browser when you run any page on the site.

I however dislike the fact that this isn't as straightforward as it should be.

link|flag
vote up 3 vote down

Right-click on an aspx file and choose 'browse with'. I think there's an option there to set as default.

link|flag
+1 as yours was first – Richard Szalay Jul 27 at 18:06
vote up 2 vote down

Also may be helpful for ASP.NET MVC:

In an MVC app, you have to right-click on Default.aspx, which is the only ‘real’ web page in that solution. The default page displays ‘Browse with…’

From http://avaricesoft.wordpress.com/2008/08/04/...

link|flag
Thanks for that. Everytime I patch VS it resets the default browser back to IE. It was driving me nuts opening a webforms project just so I could change it back to Firefox. – Nick Sep 1 at 11:15
vote up 0 vote down

In the Solution Explorer, right-click any ASPX page and select "Browse With" and select IE as the default.

Note... the same steps can be used to add Google Chrome as a browser option and to optionally set it as the default browser.

link|flag
vote up 0 vote down

You can tell visual studio which browser to use as default.

Right click an aspx page, select browse with and you will be able to set your default browser for VS to open with.

link|flag
vote up 0 vote down

Note that this is almost certainly a political decision on Microsoft's part. When the modern era of VS was being designed - VS 2003 or so - regulators were still very keen to avoid Microsoft pushing IE in any way. It would have been politically unfeasible to have VS default to anything except the user's chosen browser.

I remember about the same time, MS put out a patch for ?Media Player? because one of the menu items that opened a web page used IE instead of the default browser.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.