is the开发者_开发问答re 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
Right click on a .aspx page in your solution explorer->Browse With...->Set as Default
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.
精彩评论