To create a simple login system, we'll need to set up a new ASP site in Dreamweaver MX (Day 13—Logins), and then create a few pages that query the tblUserInfo table.
Define the Day 13 site, and then open and save a new ASP document named login.asp. This page will have no dynamic behaviors—its purpose is to collect a username and password, and then submit the information to another page for processing.