Posted on: 8/27/2014 9:47:56 AM | Views : 394

Hello,
I have to migrate users from a database to another, it will be done by a sql server's stored procedure and a linked server. I can't use aspnet_Membership_CreateUser from SQL because I am not able of fill properly the Password and PasswordSalt, I also tried the CLR integration but I can't access to the methods of the API from it. So, I don't really know how can I accomplish this, any suggestion?
Thanks in advance

Go to the complete details ...