ASP.NET MVC Membership DB must be merged with site DB?
Posted
by ile
on Stack Overflow
See other posts from Stack Overflow
or by ile
Published on 2010-05-04T07:50:26Z
Indexed on
2010/05/04
7:58 UTC
Read the original article
Hit count: 319
I am planning to use ASP.NET MVC2 implemented membership system to manage users. Database that uses application should have tables that are related with these users. Is it possible to use two different databases and make relationships (foreign keys) between them or I will have to merge these two databases into one?
Thanks,
Ile
© Stack Overflow or respective owner