1

How should I change the settings in VS 2010 so I can display the result (by pressing F5) of my Asp.net MVC application in Firefox instead of IE?

Alex Aza
  • 76,499
  • 26
  • 155
  • 134
HelloWorld1
  • 13,688
  • 28
  • 82
  • 145
  • If possible I would like to have IE as default explorer – HelloWorld1 Jun 14 '11 at 22:52
  • Try “Default Browser Switcher” (download from Visual Studio Gallery or from Extension Manager inside VS) http://blog.wovs.com/2010/08/make-it-easy-to-change-default-browser.html – vamsi Jun 14 '11 at 22:41

1 Answers1

0

To use Firefox just for one particular project, you can update project properties and set external program to run.

Basically using this technique you can set any browser for any particular project, if you don't want or can't change system default browser.

enter image description here

Alex Aza
  • 76,499
  • 26
  • 155
  • 134