Hi folks, I am using Microsoft Studio 2013 with 4.5Net.
When I created a user from the register form, the following tables were created.
I also updated the connections string in the web.config file and name it as "DefaultConnection".
I'm using sql 2008 environment.
Tables Created:
- MigrationHistory
- AspNetRoles
- AspNetUserClaims
- AspUserLogins
- AspUserRoles
- AspNetUsers
But I have no Memberships table, have I done something wrong?