Dreamweaver

Import custom ASP.NET tags

You can import custom ASP.NET tags into Dreamweaver.

Before you begin, make sure that the custom tag is installed on the testing server defined in the Site Definition dialog box (see Set up a testing server). Compiled tags (DLL files) must be placed in the site root’s /bin folder. Noncompiled tags (ASCX files) can reside in any virtual directory or subdirectory on the server. For more information, see the Microsoft ASP.NET documentation.

  1. Open an ASP.NET page in Dreamweaver.
  2. Open the Tag Library editor (Edit > Tag Libraries).
  3. Click the Plus (+) button, select one of the following options, and click OK:
    • To import all the ASP.NET custom tags from the application server, select ASP.NET > Import All ASP.NET Custom Tags.

    • To import only certain custom tags from the application server, select ASP.NET > Import Selected ASP.NET Custom Tags. Control-click (Windows) or Command-click (Macintosh) tags from the list.