In Visual Studio 2010, how do you invoke the "View In Browser" feature on an MVC app?
Posted
by
Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2011-02-15T15:22:14Z
Indexed on
2011/02/15
15:25 UTC
Read the original article
Hit count: 195
asp.net-mvc
|visual-studio-2010
In Visual Studio 2010, you can right-click an aspx page in a web forms app, or on the web forms app itself in the solution explorer, and you get "View in Browser" in your context menu.
In ASP.NET MVC projects, this item doesn't seem to be available in the context menu. The only way I know to run the app is to set the MVC app as a startup project and hit CTRL+F5. But, if there are two MVC apps in the solution, this doesn't really work. How do you accomplish this for mvc apps?
© Stack Overflow or respective owner