Creating Pages

See Also

Once you have a Web project, you can add HTML pages and active server pages (.asp files) to make your Web site functional.

Note   Client-side script is added to HTML pages. Server-side script is added to active server pages.

To create a new page

  1. In the Project Explorer, select the project or subfolder where you want to add the new page.

  2. From the Project menu, choose Add Item.

  3. In the Add Item dialog box, click the New tab.

  4. In the right pane, select HTML Page or ASP Page.

  5. Type a new file name in the Name box.

  6. Click Open.

Microsoft® Visual InterDev™ opens the new page in the editor.