ASP.NET Membership with more than 2 million users – any problem(s)?

Will ASP.NET Membership handle a scenario with more than 2 million users? Does anybody have good or bad experiences with (very) large scale use of this provider?

Answers:

Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.

Method 1

Omar Al Zabir also posted 10 ASP.NET Performance and Scalability Secrets with one of the items being How to query ASP.NET 2.0 Membership tables without bringing down the site. Basically it’s to do with querying the database in a way that makes sure the correct indexes are being used. There is also another tip about Profiles in this list. I’m not sure if these tips are the same as the ones in the article recommended by Matt.

I’m fairly sure Omar’s http://www.pageflakes.com/ site uses the SQLMembership ASP.NET Membership provider and he would probably be a great person to speak to to make a judgment call on whether this scenario is feasible. Given his community efforts I’m sure you could track him down via the sites Contact page. Get him to post the answers here!

Method 2

Omar al Zabir has some recommendations: http://weblogs.asp.net/omarzabir/archive/2009/03/14/optimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx


All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x