views:

264

answers:

2

I have an aspnetdb and I have created another aspnetdb for another website, but instead of starting from scratch, I would like to import all the data from the one that has users and other data into the new aspnetdb. Is there a way to do this? Are any tools available?

A: 

Hi everybody, I have got the same problem: I want to integrate an access DB into the aspnetdb.mdf where i store all the users' information. Any solution out there? Thanks T

Tamas
A: 

I would generate a script for the ASPNETDB tables (User Management Tables) and in advance properties select "Data Only" then follow Scott Gu's blog http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx on how to create a fresh ASPNETDB tables in a new database. With the new database run your data only generated scripts to populate.

Cama
Xiasoft and Tamas. Did the above solution resolve your issue?
Cama