1

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 ?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
ALBIHANY
  • 65
  • 2
  • 8

1 Answers1

2

Follow the link below, let me know if you have any other questions.

Including Asp.net Simple Membership Tables as Part of Your Entity Framework Model

Komengem
  • 3,662
  • 7
  • 33
  • 57