ASP.NET MVC Can I use an extra table to store user profile?
ASP.NET MVC Can I use an extra table to store user profile? And how to do that?
Somethin开发者_C百科g I've done here:
I have a database table has userId name, email, password stuff. I want to use all the information in this table for user authentication, and also for user profile. How can I do that in Asp.net Mvc2 project?
Thanks in advance!
You can use SQL Membership provider
精彩评论