Let's look into the steps how to start with ASP.NET using Visual Studio.
To create an Web Application with ASP.NET using Visual Studio, one have to follow below steps.
Step 1
Open Visual Studio.
Step 2
Go to 'File'. Then go to 'New' and Select 'New Project'.
Step 3
Now under 'Installed Templates' choose 'web'. Then choose the Framework want to use. Choose 'ASP.NET Web Application'. Give a 'Name' to the project and solution, browse the location, where one want to save the project and click on 'OK'.
Step 4
Now, the project is ready. Under the solution, one can see there is a form already present by default.