MVC4 Membership provider issue

It can be about web.config but ican't figureout.\[quote\] WebSecurity.CreateUserAndAccount(model.UserName, model.Password);\[/quote\]This is a web site with MVC4 and there are two default table(UserProfile, webpages_Membership) for membership. When i try to record a new user it can insert "UsreProfile" table but it can't insert "webpages_Membership" table. UserProfile table including UserId and UserName but webpages_Membership table including password, createDate...In the end when i try to record a new user i see this error:\[quote\] 'The authentication provider returned an error. Please verify your entry and try again. If the problem persists, please contact your system administrator.'\[/quote\]
 
Back
Top