views:

122

answers:

1

Hi, How can one use his already existing ACL schema with MySQL's Membership Provider connector?

I for one do not want to use the autogenerated table schema, but am happy to alter my own tables to adapt to ASP.NET's rules. For instance I want to use customn table names.

How can I point the connector to use them?

Thank you.

+2  A: 

You need to implement your own custom MembershipProvider and RoleProvider.

Luhmann