Browse by Tags

All Tags » Roles Authorization (RSS)

Redirect unauthorized users to Custom Access Denied page instead of login page by guru_sarkar

Scenario: Say you are using Forms Authentication and have set up authorization in your web.config to allow access to particular users or roles and/or denying anonymous access. 1: Deny Anonymous users :When an unauthenticated user tries to access a secured...

Setting authorization rules for a particular page or folder in web.config by guru_sarkar

I have seen so many people asking again and again how to give allow access to particular page to a person or roles. So I thought its good to put this in one place. I will discuss how to configure web.config depending on the scenario. We will start with...
More Posts