Link to home
Start Free TrialLog in
Avatar of Jeanette Durham
Jeanette DurhamFlag for United States of America

asked on

batch ASP.NET account user/creation.

Hello experts, I was wondering if you guys might be able to give me some ideas about how to accomplish this.  

I have about 300 legacy customers that we want to port over to our website so that they can login and retrieve their products versus us e-mailing them every week.  So, in my table I have: e-mail, a customer id, and their company name, and a unique key I created to use as a temp password.  

Is there an easy way for me to automate the set up in either .net or directly through sql?  

Thanks!
Avatar of guru_sami
guru_sami
Flag of United States of America image

Ok so are you planning to use built-in asp.net membership provider for login ?
You want to port data from where to where?
ASKER CERTIFIED SOLUTION
Avatar of robasta
robasta
Flag of Zimbabwe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jeanette Durham

ASKER

Worked great