开发者

ASP.NET MVC 3 membership with MySQL

开发者 https://www.devze.com 2023-03-21 01:30 出处:网络
How would I go about implementing membership in an ASP.NET MVC 3 site that uses MySQL as the database开发者_JAVA百科?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消