hi thank u for this article"
Using Membership in ASP.Net MVC 4
"but
Invalid column name 'FullName'. Invalid column name 'EmailID' and it is coming from the POST Register Action Methd in the AccountController WebSecurity.CreateUserAndAccount(register.username, register.password, Line 67: new { FullName = register.FullName, EmailID = register.EmailID });
how to solve this?