I have created a html login page using asp and storing the username, passwords, and level of security on a access database. The user logs in the database is quireed and if the password and user name match the user is brought to an admin control panel page, if not they are brought to an asp page notifiyng them of the incorrect enytry.
Which page or pages should be in the secured part of the server, the login page? the admin control panel page? or both? and why?
:stunned: