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.
I was able to click on the
Default.aspx(this is a MVC2 project) file and choose any of the browsers installed in my system. Are you sure it’s not working for you?If for some reason you don’t have
Default.aspxyou can also add one, can you not?If not, you can add a static
.htmlpage and use that as well.