how can i associate aspnetDB.mdf file with my onw db in sqlserver

Posted by Mfkj under ASP.NET on 7/11/2013 | Points: 10 | Views : 1948 | Status : [Member] | Replies : 1
aspnetDB.mdf file database is really good for user management. I want to use it with my own database is this possible?? how can i associate(Combine aspnetdb and my owndb) to one database. aspnetDb.mdf is a file and my own db in SQLSERVER.




Responses

Posted by: aswinialuri-19361 on: 7/30/2013 [Member] Starter | Points: 25

Up
0
Down
refer this link it might be help ful to you
to attach a databae
http://msdn.microsoft.com/en-us/library/ms190209.aspx
and if you want to merge the aspnetdb.mdf with my own database
you can refer this links
http://stackoverflow.com/questions/10411937/merge-aspnetdb-mdf-with-my-own-database-automatically-generated
i hope you understand after refer this links

Mark as Answer if it helps you
Thanks&Regards
Aswini Aluri

Mfkj, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response