Reputation: 348
Apparently Microsoft has changed the templates around since 2010 and now there is no generic "web site" template in Visual Studio 2013 when attempting to create a ASP.NET web site. The tutorials I'm following to learn the framework all have an "ASP.NET Web Site" template option while I have this but with "razor syntax". Is there a way I can get this exact template without the new razor syntax?
Upvotes: 2
Views: 128
Reputation:
When you create the web aplication Select the Web Forms option. Here is a link to a tutorial:
http://www.asp.net/web-forms/overview/getting-started/creating-a-basic-web-forms-page
Upvotes: 2