Excluding the profile provider, is there an easy way to add custom fields to ASP.NET membership?

后端 未结 1 873
梦谈多话
梦谈多话 2021-01-28 21:04

I know you can use the Profile provider for custom fields, but given the way the data is stored in the database, it is not efficient for my needs.

Is there a way to add

相关标签:
1条回答
  • 2021-01-28 21:59

    Have you looked at the Table Profile Provider, here is a link: http://www.asp.net/downloads/sandbox/table-profile-provider-samples/. This might solve you problem, since it stores each value in a single column insteal of a single column like the default provider.

    0 讨论(0)
提交回复
热议问题