How to Overwrite ASPNETDB.MDF... HELP!
Hi, I'm using the MS Visual Web Developer 2010, the start-up website layout template they offer. I used the defualt login and register page as my way to create login pages. I also enabled roles and created admin and customer accounts in the ASP.NET Configaration.
Then I realised I have 2 databases in my app-data folder. One is my personal database with Users and all the details and this ASPNETDB.MDF database which seem to be saving up all the new users i register using the system. I can't seem to get my user details in my own database to link to the website instead of this default one. All my table names are as same as the ASPNETDB.MDF default database. Is there a way to do this? please help me out as I'm quite new to programming. Also this is being programed in C#Thank you.
Kind Regards
K
|