I know you can use the Profile provider for custom fields, but given the way the data is stored in the database, it is not efficient for my needs.
Is there a way to add custom fields to the database for use with membership, while taking advantage of all the built in membership stored procedures and c# classes? (Short of adding fields to the table, and modifying all the procedures and methods)
Thanks! Kevin