0

From another question, got to know that there are three development models in Asp.Net. I have installed VS 2012 in my laptop, but when I try for new web project, I am not able to see the WebPages project template.

Do I need to download the template or Am i doing it in wrong way?

In Asp.net/WebPages, it has a WebMatrix downloadable link. Does that mean, Asp.net webpage project can be created only with WebMatrix?

Community
  • 1
  • 1
Anto Varghese
  • 3,131
  • 6
  • 31
  • 38

1 Answers1

1

Web Pages projects are Web Site Projects, so you create them by choosing File » New Web Site, then choose ASP.NET Web Site (Razor v2).

Mike Brind
  • 28,238
  • 6
  • 56
  • 88