Archives
-
Redirect unauthorized users to Custom Access Denied page instead of login page
Scenario:
-
Asp.Net mebership creates two users in aspnet_Users table
While using asp.net membership and roles you will see two seperate entries for same user in aspnet_Users table. But you will have a single entry for that user in aspnet_Membership table. The reason for that is you have set applicationName for your membership and roles provider in your web.config.
-
Asp.Net Roles not working when site published on server
Problem: