How would I go about implementing membership in an ASP.NET MVC 3 site that uses MySQL as the database开发者_JAVA百科?
I'm not 100% familiar with membership provider and if I can even use it in this instance.
Thanks.
You can consult this article. One of the things it covers is setting up and configuring a MYSQL membership provider that comes with the official MySQL .NET connector. It works OK, I've used it on several projects. Here is the official article.
Did you check these options ? You will have to do some tweaks by considering @Anže Vodovnik's solution.
https://github.com/TroyGoode/MembershipStarterKit
http://netrsc.blogspot.com/2009/04/aspnet-mvc-membership-management.html
精彩评论