I create a new project > new s ite in Visual Studio 2013
I created an empty database and added asp membership tables by using C:\Windows\Microsoft.NET\Framework64\v2.0.50727 - aspnet_regsql
Updated my webconfig to use the database.
Now when I run the default site and create a user, it does not use tables like aspnet_Users, aspnet_Membership etc
The 4.5 site created new tables like AspNetUsers, AspNetRoles etc
Is there any way to force the 4.5 default site to use asp membership tables ?
Go to the complete details ...