In Visual Studio 2010, you can right-click the aspx page in the web form application or in the web form itself in the solution explorer, and you will get “View in browser” in your context menu.
In ASP.NET MVC projects, this item does not appear in the context menu. The only way I know to launch the application is to install the MVC application as launch and press CTRL + F5. But if the solution has two MVC applications, this does not work. How do you do this for mvc applications?
asp.net-mvc visual-studio-2010
Chris
source share