I have inherited an .asp web site that has a section that is password protected. The login info (and other data) are located in a password-protected Access database. The table that holds the login info has the following fields:
uname, pwd, lastlog, fname,lname,empid,level, active.
The login...