ASP.NET - SPLessons

ASP.NET How to start

Home > Lesson > Chapter 2
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

ASP.NET How to start

How to start ASP.NET

shape Description

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.

shape Step 1

Open Visual Studio.

shape Step 2

Go to 'File'. Then go to 'New' and Select 'New Project'.

shape 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'.

shape Step 4

Now, the project is ready. Under the solution, one can see there is a form already present by default.