Create Asp.Net Web Form Application
Step 1: Creation of a new project in Visual Studio.
File > New->Project
Step 2: From Installed Templated At Left Panel
Drip down Web Option
See an option for ASP.Net Web Application. Click this option.
Step 3: Choose the project type
In New Project Window, choose the project type as an ASP.Net Web application.
Mention the name and location of our project.
Step 4: In the next screen, you have to choose the type of ASP.net web application that needs to be created
- Lets create a simple web form application
- First, choose the project type as ‘Empty’. This will ensure that we start with a basic application which is simple to understand.
- We choose the option “web Forms”. This adds the basic folders. These are required for a basic Web Forms Application.
- Finally, we click the ‘OK’ button to allow Visual Studio to create our application.