Change Visual Studio Default Browser in an ASP.NET MVC project

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/05/25 6:31 UTC
Read the original article Hit count: 366

Filed under:
|

FireFox is set to my Windows default browser.

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, ASP.NET MVC Views don't have the Browse With... option.

alt text

What other ways can you set the default browser for ASP.NET MVC projects?

Related, but NOT ASP.NET MVC Specific:
Visual Studio opens default browser instead of IE

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about visual-studio