How to extend aspnet membership forms authentication tables?

前端 未结 2 1952
一整个雨季
一整个雨季 2021-01-05 10:54

I would like to add a realName field in addition to the user\'s user name and email address.

In the past I have created a new table that includes the <

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-05 11:37

    If this is a Web Application project you will need to use a custom profile class as Profiles only come out of the box with the Website model:

    http://www.codersbarn.com/post/2008/07/10/ASPNET-PayPal-Subscriptions-IPN.aspx

    http://weblogs.asp.net/joewrobel/archive/2008/02/03/web-profile-builder-for-web-application-projects.aspx

提交回复
热议问题