Opening an asp web page
- First, click on Microsoft Visual Studio.
- Then a window will open up Click on File ->New->Project.
- Click on Visual C# which will be present in the left of the popup window.
- Under Visual C# Click on Web.
- List of web contents will be shown in the popup window.
- Now click on ASP.NET Web Application.
- Give the name you want and then Click OK.
- Then you will see a Default.aspx page.