Santhosh29
Santhosh29

Reputation: 79

Visual studio 2010 sp1 does not show Asp.net MVC applications

I had VS 2010 sp1 that time it has MVC2 only,Now i was downloaded and installed MVC3. After the installation i have restarted my system and run the VS 2010, but it does not show any applications which is related to mvc2 and mvc3 or else.

how do i have Asp.net MVC applications in VS 2010 sp1?

IF anyone know, please share your idea....

Upvotes: 1

Views: 414

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039508

Once you download and install ASP.NET MVC 3 ensure that you are creating a new ASP.NET application and not ASP.NET Website:

enter image description here

Upvotes: 2

Related Questions