How would I go about implementing membership in an ASP.NET MVC 3 site that uses MySQL as the database?
I’m not 100% familiar with membership provider and if I can even use it in this instance.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.