Moving membership info to another server

  • Thread starter Thread starter David Lozzi
  • Start date Start date
D

David Lozzi

Howdy,

I'm new to the membership class in ASP.Net 2.0. I have a SQL 2005 database
setup with the aspnetdb for the membership class and it works great. I just
moved my database to another SQL server and the user accounts didnt carry
over, and I'm guessing its because they are stored in the aspnetdb database.
How do I get them back? Is there a better way to run this so the user
accounts are within my database, not the default? Can I run the
aspnet_regsql and point it to my database??

Thanks,

David Lozzi
 
Back
Top