WebSecurity.InitializeDatabaseConnection(string connectionString, string providerName,
string userTableName, string userIdColumn, string userNameColumn, bool autoCreateTables)
The WebSecurity class is a useful wrapper for SimpleMembership. It contains the Login,
ResetPassword, CreateAccount, and ChangePassword methods; and also many other methods
that support membership requirements.