January 2003
Beginner
696 pages
16h 38m
English
To create your first ASP.NET application, start Visual Studio .NET. At the Start Page, click the New Project button. In the New Project dialog, select either Visual Basic Project or C# Project, depending on what language you're writing in. From the Template pane, select the ASP.NET Web Application template as shown in Figure 5.1. Change the name of the application to http://localhost/HelloWeb_vb or http://localhost/HelloWeb_cs, depending on what language you're coding in. Click the OK button to create the application.

When you create an ASP.NET application, Visual Studio ...
Read now
Unlock full access