Dreamweaver

About registration pages

Your web application can contain a page that requires users to register the first time they visit your site.

A registration page is made up of the following building blocks:

  • A database table to store login information about the users

  • An HTML form that lets users select a user name and password

    You can also use the form to obtain other personal information from users.

  • An Insert Record server behavior to update the database table of site users

  • A Check New Username server behavior to make sure the user name entered by the user is not taken by another user

    The method you use is identical for ColdFusion, ASP, JSP, and PHP pages. Dreamweaver does not have authentication server behaviors for ASP.NET pages.