|
Do you have any experience with ASP.NET and any Database system?
I wrote a simple script for a friend a while back which uses an SQL Server 2005 table for authentication, you could use that.
Or, if your host does not have an SQL Server database, I modified that script to authenticate against values in an array.
Choosing which route to go down is really up to you. Maintencance wise (adding/deleting users) you should opt for the Database version.
Let us know what your host supports.
|