Does anyone know how to transfer the asp.net membership tables (roles, profiles, users, membership, etc) to dotnetnuke without losing any users.
Thanks, XaiSoft
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.
You can move the accounts over to DotNetNuke from a different system, but you will have a few things that you must do.
You must update the DotNetNuke web.config to have the same Validation and Decryption keys as the application that actually created the users.
You must update the membership provider in the DNN web.config to have the same application name as the external system
Lastly you must insert entries and information into the Users, UserPortals, and UserRoles tables to actually ‘grant access’ to DotNetNuke.