Changing the Default browser to debug in an ASP.NET MVC 2 Project

Posted by schefdev on Stack Overflow See other posts from Stack Overflow or by schefdev
Published on 2010-04-09T00:33:58Z Indexed on 2010/04/09 0:53 UTC
Read the original article Hit count: 333

Filed under:
|
|

I just created my first MVC2 project using the standard template. I need to be able to change the default browser for my project to test in IE (I use chrome as the default on my OS).

Unfortunately, the right click on default.aspx suggestion which worked in MVC1 can't work with these new projects as they don't have that file.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc