Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider?

前端 未结 7 2125
天命终不由人
天命终不由人 2021-02-04 15:05

Do most people use .NET\'s SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider when developing a site with membership capabilities?

Or do many people make the

7条回答
  •  轮回少年
    2021-02-04 15:19

    I normally use the providers that come out of the box, the main problem I have is querying across profile attributes across users. For example finding all users that have a profile attribute called Car that equals true. This is down to the way they are stored in the underlying structure.

提交回复
热议问题