5

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

Letseatlunch
  • 2,341
  • 5
  • 27
  • 32

2 Answers2

7

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

Kamyar
  • 18,406
  • 9
  • 94
  • 169
1

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.

Community
  • 1
  • 1
pseudoramble
  • 2,471
  • 23
  • 28