Share via


Visual InterDev

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.

  • The default view of the editor for HTML pages is Design view. As you edit your page in Design view, your text appears with all the formatting applied, the way you see documents in a word processor. For more information, see Editing HTML and .

  • The default view for ASP pages is Source view. As you edit in Source view, your tags and script are color-coded, making them easier to read. For more information, see Adding Scripts and .