This article describes how to create a logon screen for a Web site in Microsoft Office FrontPage 2003. A logon screen lets users type a username and a password to log on to the Web site.
Switch to design view, and then remove default links for the database.
Expand Sample_interface, expand Categories, expand editor, and then drag the Login.asa, Login.asp, and Login_Validate.asp files to the root of the Web site.
Note The three files should be in the same folder as the Index.asp file.
Open the Login_validate.asp file, and then switch to code view.
Replace database_editor.asp in line 20 with Index.asp.
Delete the Global.asa file or the Sample_Interface, fpdb, and _fpclass folders if you do not need them.
You can change the user name and the password from the Login.asa file.