Combining aspnetdb.mdf and another DB
I am using a hosting company for a site that only allows one database. My site was using two - one for the main database for my own tables (knights_db.mdf) and then the aspnetdb.mdf for user/role mgmt. Is there a way to combine the two? Do I just have to add my personal tables to the aspnetdb.mdf DB and it will work?
Thanks, in advance,
Rob
|