Asp.net mvc beta installation on VS2008 - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T23:33:15Zhttp://stackoverflow.com/feeds/question/271457http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/271457/asp-net-mvc-beta-installation-on-vs20080Asp.net mvc beta installation on VS2008Yarin Miran2008-11-07T07:35:38Z2008-11-07T22:24:19Z
<p>Hey guys,</p>
<p>I used to work with VWD and now I try to install the new MVC-Beta on VS2008.</p>
<p>Installation completes successfully but when I try to create an MVC web site I don't have it on the projects list. How can I fix it? </p>
<p>I've uninstalled VWD and MVC preview 5, tried to install several times the beta framework.</p>
http://stackoverflow.com/questions/271457/asp-net-mvc-beta-installation-on-vs2008/271589#2715890Answer by Gaz for Asp.net mvc beta installation on VS2008Gaz2008-11-07T09:14:26Z2008-11-07T09:14:26Z<p>Did ensure that you did choose "New Project" instead of "New Website" from the File menu? You have to choose New Project or else the template won't appear.</p>