开发者

ASP.NET MVC Can I use an extra table to store user profile?

开发者 https://www.devze.com 2023-02-01 02:30 出处:网络
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:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消