In default authorization database that is created by wizard, there are two tables for one entity. For example:
aspnet_users and users, aspnet_roles and roles, etc.
What is the reason for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the reason. aspnet_ prefixed tables created by aspnet_regsql and others (Roles, Profiles, Users, etc) created by web site administration tool when added the user and role. Thank your advice.