visual studio 2008 , asp.net mvc
Hello I was wondering how to get the starter template for asp.net mvc showing in vs2008
I currently开发者_高级运维 have mvc installed , have been working with VS2010 but need to create a separate project for VS2008. How can I get the MVC template showing up for VS2008
Since Asp.Net MVC is built into Visual Studio 2010 it probably only creates the templates for VS 2010. If you install ASP.Net MVC for .Net 3.5 I imagine it will have the templates for VS 2008.
Here is the link for ASP.Net MVC 2 RTM for Visual Studio 2008: Download Link
The templates aren't included by default with Visual Studio 2008 like they are with VS 2010. You can download and install them from one of these two links:
Platform Installer
Standard Installer
精彩评论