Visual Studio Default Browser (MVC)
Posted
by Kirschstein
on Stack Overflow
See other posts from Stack Overflow
or by Kirschstein
Published on 2009-06-23T14:00:22Z
Indexed on
2010/04/09
1:33 UTC
Read the original article
Hit count: 413
visual-studio
|asp.net-mvc
Possible Duplicate:
Visual Studio opens default browser instead of IE
I want to change the default browser used by Visual Studio for debugging. Normally the route I'd take to do this is right clicking on an .aspx file and setting the default from the 'browse with' dialog. Unfortunately, MVC views don't have the browse with option.
What other ways can you set the default browser?
EDIT:
FireFox is set to my default browser in Windows, but VS still opens up IE.
© Stack Overflow or respective owner