Hi,
I am writing a new site in asp.net MVC. My users will be saved in the classic membership database.
Currently all my users are under EE.
Is there a way to migrate the members table to the asp.net membership table under sql server? What about the password? Under EE it seems to be a varchar(40) and under asp.net it’s a password hash (char(86)) + password salt (char(5)).
Thanks for any direction (I’m not an sql guru).
Nicolas