To create the Web Form
1. From the Start>Programs menu, launch Microsoft Visual Studio .NET.
The Microsoft Development Environment opens.
2. On the File menu, click New, and then click Project. Or click the New Project button on the Start Page.
The New Project dialog box appears.
3. In the Project Type pane, click Visual C# Projects, and in the Templates pane, select ASP.NET Web Application.
4. Give your application a suitable name by changing the default name in the Location box (such as http://localhost/WebApplication1 to http://localhost/<new name>).
5. Click OK.
The application wizard will create the necessary project files, including the following files:
Note If Solution Explorer is not open, on the View menu, click Solution Explorer.
For more details on creating a Web Application project, see Creating Web Projects.