Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC 3 membership with MySQL

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.

like image 564
Dietpixel Avatar asked Jul 15 '11 15:07

Dietpixel


2 Answers

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.

like image 65
Anže Vodovnik Avatar answered Sep 23 '22 00:09

Anže Vodovnik


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

like image 1
Pit Digger Avatar answered Sep 23 '22 00:09

Pit Digger