I'm using ASP.NET custom membership provider, I have created a list of users and their roles in a single XML file.
I'm using three login controls in my app, one located at Admin/login.aspx page, and single web.config file is located at the root.
The page \Admin\Admin.as px allow only user with Admin role access.
here is a part of my web.config
Code:
<location path="Admin/Admin.aspx">
Leave a comment: