Letseatlunch
Letseatlunch

Reputation: 2487

is there a way to set a default browser for visual studio to use for debugging that is different than my systems default browser?

is there a way to set a default browser for visual studio to use for debugging that is different than my systems default browser? im using Visual studio 2010, my systems default browser is chrome but i want VS to use firefox

Upvotes: 5

Views: 2396

Answers (2)

Kamyar
Kamyar

Reputation: 18797

Right click on a .aspx page in your solution explorer->Browse With...->Set as Default

Upvotes: 7

pseudoramble
pseudoramble

Reputation: 2561

Found this link: Visual Studio opens the default browser instead of Internet Explorer

Basically it sounds like you just need to add whatever web browser you want to use to a particular list. This is done by selecting a web page file and then defining what browser to use.

Upvotes: 1

Related Questions