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: 300

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

Related posts about asp.net-mvc-2

Related posts about membership