Hi,

I wish to use the 'Login', 'Login View', 'Password Recovery', etc. controls in a web application I'm developing.

The only tutorials I see use a system database that is maintained by the Server if you go to 'Website->ASP.NET Configuration' and the security tab.

How can I still use these controls, but keep track of the users in my own SQL server 2005 database, and not in the "default"?

Thanks