How could I go along creating a user registration page. Storing the usernames and passwords to a DB, and then check against that DB when a user tries to login? I understand forms authentication, but do all the usernames and passwords need to be in the web.config file or can I specifiy it to look at a DB instead?