[Download Sample
Code]
1) Start Visual Studio 2005.
2) Click on the Create Website option in the main Start page
of Visual Studio 2005.
3) In the Visual Studio installed templates section, select
ASP.NET Web Site. Set these options on the lower part of the screen:
(a) Location: File System
(b) Language: Visual C#
(c) Desired folder name where your project should be
saved
In this example, the project name is called FormWizard.
4) Upon clicking OK, a new website with a Default.aspx page
is created for you. We will come to this page once I explain how to create a
database from this screen.
5) By default, to the right of the IDE you will have the
Solution Explorer, which will list all the file names used in the project.