Creating an ASP.NET web forms application
To create an ASP.NET web forms application, ensure you have Visual Studio 2013 open; you might want to create an empty solution or open an existing one wherein to put the project we'll create. Let's prepare the ground by performing the following steps:
Create a new web application by navigating to File | New Project.
Select Web after navigating to Installed | Visual C#.
On the central panel of the dialog box, select ASP.NET Web Application, give it a name, and click on OK, as shown in the following screenshot:
On the following screen, select the Empty application template, activate the Web Forms option, and then click on Create Project, as shown in the following screenshot: