Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider?
问题 Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider when developing a site with membership capabilities? Or do many people make their own providers, or even their own membership systems entirely? What are the limitations of the SQL providers that would make you roll your own? Is it easy to extend the SQL providers to provide additional functionality? For Reference Per Scott Gu's Blog, Microsoft provides the source code for the SqlMembershipProvider so that