Hi,
Having developed couple of applications by DNN, this time I decided to use it as a web farm of my project.
In my problem domain, users have same access (login information) on both windows and web farm. Therefore I should transfer all the user's detailed information into web farm, in other words, into DNN associated tables. Recently I used DNN (the latest version 04.05.01) and found there is no specific method which helps to add user information whole at once. Worst yet, in this version registering password has been done in different and another method.
I just realized "AspNetMembershipProvider" as a provider project with couple of methods to add only the brief information of users except user password.
Is there any one can tell me how I can use this version of DNN to add (Transfer) my registered users into its tables?
Any additional comments would be truly appreciated.
Many Thanks.