Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have aspnetDB (User Mangement tables profile, roles etc) i want to add all of its table into my database. what i need to do
Posted

1 solution

The database which you talking about is internal database which will be created if you enable role manager in your project. If you want to handle it your way than you need to use custome providers. For reference,refer to below links

Implementing a Membership Provider[^]

Implementing a Role Provider[^]

Implementing a Profile Provider [^]

[How Do I:] Create a Custom Membership Provider?[^]

[How Do I:] Create a Custom Profile Provider?[^]

ASP.NET Custom MemberShip Provider Database[^]

Regards.. :laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900