Introduction

Microsoft has launched Visual Studio 2013 Preview. It includes a new way to create ASP.NET Web Projects in which the following characteristics exist:

Prerequisites

There is a new tool named Web Tools provided by Visual Studio 2013. To create ASP.NET Web Projects you need to install it. This is supported for only the English version of Visual Studio 2013 Preview.

Overview

To create ASP.NET Web Projects, the following procedure is to be used:

  1. Click "New Project" in the Start Page and select ASP.NET Web Application in the Web option.

    NewProject-in-VisualStudio-2013.jpg
  2. The New ASP.Net Project Window appears; select the template for creating the project.

    Template-in-VisualStudio-2013.jpg
  3. You can also select "Add Unit Test" to create a Test Project.

    Test-Project-in-VisualStudio-2013.jpg
  4. You can also use Configure Authentication to create various templates.

    Authentication-in-VisualStudio-2013.jpg

Web Application Projects

In Visual Studio.NET there are two types of categories for creating web projects for ASP.NET. These are web application projects and web site projects. Microsoft recommends web application projects for creating a new ASP.NET Web Project. This new ASP.NET Web Proejct is only applicable for Web Application Projects.

Projects Templates

There are various types of Projects Templates described in Visual Studio 2013. These are given below:

Authentication Modes

There are various types of Authentication Modes available in creating ASP.NET Web Projects. These are given below:

Support for Additional Framework

In Visual Studio 2013, additional frameworks are now provided for creating a template. If you select Web Forms Template then the web forms option is selected automatically and you cannot change it and further you can select the MVC folder option for reference. This type of functionality is added for additional support.

Additional-Framework-in-VisualStudio-2013.jpg