I want to implement security policies in my website using asp.net membership providers. I run aspnet_regsql from following path C:\Windows\Microsoft.NET\Framework64\v4.0.30319. Then I selected my database, and I got all the tables I want. It works fine, in my local server.
Now I want to implement the same on my server. I just logged into server using rdp and execute the same procedure. On the server, I can see only 11 tables, in which the following tables are not showing
- __MigrationHistory
- AspNetRoles
- AspNetUserClaims
- AspNetUserLogins
- AspNetUserRoles
- AspNetUsers
Are these tables hidden? On local server create user,login functionality works fine. But on the server, no luck. I am using SQL Server 2012 I logged in as administrator in server. Any help?