- Back to Home »
- How to set default browser in VS2010 MVC3 project
Posted by :
Unknown
Saturday, October 1, 2011
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.
Solution:
- Create "Default.htm" page inside views folder and right click on it, you will be surprised to see option "Browse with"


it work
ReplyDeleteawesome tricks
ReplyDeleteThank you..
ReplyDelete