>I'm pretty new with ASP-coding, but I got a simple login working. I let
>the user enter a username and password and through a SQL-statement I
>check if there is a corresponding password in the database (Yes I know,
>not very good security but for the moment it's enough).
Seems like normal login security to me unless of course you want the
login page to use SSL and thus start with https:// instead of http://
and that of course would require a certificate.
And for a related link:
Classic ASP Design Tips - Login Page
http://www.bullschmidt.com/devtip-loginpage.asp
Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips