Building pages that restrict access to your site (ColdFusion, ASP, JSP, PHP)
You can use Dreamweaver to build the following pages to restrict access to your site:
- A page that requires users to register the first time they visit the site (see Building a registration page)
- A page that lets registered users log in to the site (see Building a login page)
- Pages that only authorized users can view (see Building a page only authorized users can access)
The method you use is identical for ColdFusion, ASP, JSP, and PHP pages. Dreamweaver does not have authentication server behaviors for ASP.NET pages.
Related topics
- Securing a folder in your application (ColdFusion)