mike
mike

Reputation: 3

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

Upvotes: 0

Views: 4183

Answers (2)

Paul Mrozowski
Paul Mrozowski

Reputation: 6734

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

Upvotes: 1

orandov
orandov

Reputation: 3286

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

Upvotes: 2

Related Questions