- #Microsoft frontpage 2003 page backbround how to#
- #Microsoft frontpage 2003 page backbround code#
- #Microsoft frontpage 2003 page backbround password#
- #Microsoft frontpage 2003 page backbround windows#
Save the page as passwordprotect.asp in the root folder of your logon Web site.Ĭlose to close the passwordprotect.asp Web page.Ĭreate a logon page that looks similar to a typical Windows logon dialog box. To create a password-protected Web page, follow these steps:
#Microsoft frontpage 2003 page backbround code#
When you add this line of code to an ASP Web page, that page becomes password-protected by the logon.inc file that you create. The page in this step is the same as the nonsecure Web page that you created previously, except that you must add the following line of code near the top of the page: Save the page as nonsecure.asp in the root folder of your logon Web site.Ĭlose to close the nonsecure.asp Web page. To create a nonsecure page, follow these steps: Right-click the new_page_1.htm tab, and then click Save.ĭefault.asp in the root folder of your logon Web site.Ĭreate a typical ASP page that everyone can view. Type or paste the following HTML code in the Web page. Select and then remove all the HTML code in the Web page. In Front3, click File, click New, and then click Blank page.Īt the footer area of the document window, click To create a home page, follow these steps:
This page serves as the default page for your site and includes links to the nonsecure page and the password-protected Web page that you create. First, create a home page for your Web site, a "nonsecure" page and a password-protected page for testing, and then the logon Web page and the logon include file. You must create several files to work with this sample. If you are prompted to create a database connection for this imported file, click No. Note There is an underscore character (_) in front of "private" in the path of the file. _private/logon.mdb in the File location within your web box, and then click OK. In Front3 with your logon Web site open, clickĬlick Add File, locate and then click the
#Microsoft frontpage 2003 page backbround password#
Import the user name and the password database that you created into Front3. Note For security reasons, passwords are restricted to a mixture of uppercase letters, lowercase letters, and numbers. In the second row of the Field Namecolumn, type PWD, and then click Textin the second row in the Data Type column. In the corresponding Data Type column, click Text, and then click the Primary Keybutton on the toolbar (appears as a key symbol). In the first row of the Field Namecolumn, type UID. Type logon.mdb for the file name, and then click Create. To create a database, follow these steps: Note If you use a program other than Access 2003 to create the database, modify these steps accordingly. Create a databaseĬreate a database to store user names and passwords by using a database program such as Microsoft Office Access 2003. The new empty Web site that is named logon is opened in Front3. servername/logonWhere servername is the name of your ASP-enabled Web server. Under Options, type the location where you want to store the new Web site in the following format: In the task pane, click More Web site templates, and then click Empty Web Site. To create a new Web site in Front3, follow these steps: If you use a name other than logon, or create the Web site in an alternative location, you must modify the steps throughout this article accordingly. Note The example information assumes that you name your Web site logon, and that you create it as a subweb off the root of your Web site. For more information, contact your Web site administrator or your Internet Service Provider (ISP).īefore you can use the ASP features in Front3, you must have access to a Web server or a disk-based Web that supports ASP. To help increase security, Microsoft recommends that you use a Web server that can use Secure Sockets Layer (SSL) encryption. The user names and passwords that are typed in are transmitted across the Internet in plain text. As such, Front3 security does not integrate with the user names and the passwords that are added to the Microsoft Access database. The samples are designed to provide a simple security mechanism only for users who are browsing to your Web site. The sample code in this article is not designed as a replacement for the Front3 built-in security functionality.
#Microsoft frontpage 2003 page backbround how to#
This step-by-step article describes how to create a simple password-protected Web page solution by using Front3, Active Server Pages (ASP), and a Microsoft Access database. How to create a password-protected Web page by using Front3, Active Server Pages, and an Access databaseįor a Microsoft Front2 version of this article, see 321439.įor a Microsoft Front0 version of this article, see 321503.