Forum Moderators: open
So, my search for password protection through ASP. I have to use a database to store username/password (16,000+ of the little buggers). Any suggestions for a store-bought product? I know enough ASP to follow the code somewhat, but don't have the time and resources to build my own system from scratch. Any help would be appreciated...
Asking someone to quickly do it for you would probably be cheaper than buying a bit of software.
I created a login using ASP/SQL Server for a couple of sites we built......one of which has almost 13,000 people in it. So far (touch wood), it has worked perfectly.
All details are stored in the DB, and, once logged in, a function is called on everypage to double check you are who you say you are. There is also session script in it, so if you do not do anything for 5-10 minutes, you are automatially logged out.
Webboy