什麼是這些線路EF5
與SimpleMembershipProvider
相當於:初始化數據庫與實體框架6碼首先
if (!WebMatrix.WebData.WebSecurity.Initialized)
{
WebSecurity.InitializeDatabaseConnection("DefaultConnection", "UserProfile", "UserId", "UserName", autoCreateTables: true);
}
在EF6
與ASP.NET-Identity
?
這些行來自方法protected void Application_Start()
中的global.asax文件。