To create a new ASP.NET form, complete the following steps:
- In the Solution Explorer, right-click the Web site project and select Add New Item from its context menu.

- The Add New Item dialog box appears. Select Web Form from the list of templates and type in the form's name, FlashBanner.aspx, for example.

- Click Add. The FlashBanner.aspx page is added to your project.