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


What most people have developed with the site's membership capabilities while using the Networks SQL Ambership Provider, ScalrolProver, and SQL Profiles Provider ?

Or do many people completely do their own providers, or even their own membership system?

What are the limitations of SQL providers that will roll your own?

Is it easy to extend SQL providers to provide this additional functionality?

For reference
, so that you can customize it, rather than just starting from scratch, just an FYI.

We use everything except the profile provider The profile provider is fully text based and complete Looks for the text - it gets very slower because you have a great base of user base.

We found a better solution to the "Profile of our own profile" section of the subscription API database, which is in the subscription.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -