ASP.NET Membership and Roles separation relationship

Posted by Saif Khan on Stack Overflow See other posts from Stack Overflow or by Saif Khan
Published on 2010-06-09T18:42:15Z Indexed on 2010/06/09 20:02 UTC
Read the original article Hit count: 291

Hi, I have an ASP.NET project where I want to keep the membership (SQL Provider) in a separate database and the Roles/Profiles will be per application.

Question

What is the KEY that relates between the Membership database and the Roles/Profile database? Is it the UserID or UserName?

I opened up the tables in separate expolrer and notice the UserID is different in the Membership database from that in the application Roles database.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-membership