Can anyone help me out to solve this issue please :
Well I'm recently building a CMS using ASP.NET MVC 4.5 ,with Entity Framework Code First , so my whole database get created on the fly , now the problem is that I need to use the built-in asp.net membership database without ending up with two databases one for the users and roles managements and one for the CMS management , so how can I solve this issue , any idea ?