I am new to asp.net. I want to use wb.config for authorization and authentication.
Consider a scenarion where i grant access to the Kim identity andmembers of the Admins role, and denies access to the John identity and to all anonymous users:
can any1 tell me where does these users and roles are defined?
from where this kim, Admins, John are compared with while authorizing?

Jiteendra SampathiraoPosted Nov 11, 2010, 4:45 AM
In Visual studio Menu bar, Click on solution explorer and on top of the Solution Explorer you can see Asp.Net Configuration tab.
Click on Asp.Net Configuration tab, then you can see Security, Application and Provider tabs.
If you select the security option, there you can create and define the users, Roles and Access Rules.
If this post helped you, then tick the "Do you like this Answer" check box which is placed at above this post.