Posted on: 11/20/2014 9:35:26 PM | Views : 538

Hi All: We have a number of websites (>10) developed over the past 5 years that share a common ASP.NET Membership system. All of the websites are WebForms based. Recently someone began development on a new website using MVC 4.5 and Entity Framework, and set up a Simple Membership database for testing and development. That website needs to run off the same membership database as all the others.
Is there any way to get that new website to use the old .NET Membership System? Or is my only option to migrate all the other websites to Simple Membership or Identity 2.0 at this point? 
Or is there some other way to allow old and new websites to share the same membership system?

Go to the complete details ...