Starting a new project in Visual C#
To begin, crank up Visual C# and do the following:
- In the
File
menu, selectNew
, and then selectWeb Site
. - Press Shift + Alt + N.
- From the
New Web Site
box, selectVisual C#
for the language, as shown in the following screenshot:

Figure 2.1.1: Be sure to select Visual C# as the language, not Visual Basic
- To keep things as simple as possible, select
ASP.Net Empty Web Site
.
At the bottom of the dialog box, in the Web location
field, the default value File System
is sufficient.
If you wish, click on Browse
and save the file to a location you choose and click on OK
.