tags:

views:

34

answers:

1

I am using ASP.NET C# with mySql database. What is the best way for implementation of login system like Membership and Role. Membership and Role dont work with mySql database.

+1  A: 

The membership and role systems work quite fine as long as you use the proper providers. You can use the 'official' providers or even write your own, if you want.

Matti Virkkunen
Now I'd try with this tutorial, tnx
Ognjen