Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Please explain what's the difference b/w these 2 statements..
1. [authorize(roles="Admin"]
2. [authorize(users="Admin"]

any help would be appereciated.

Thanks in advance
Posted
Comments
Zoltán Zörgő 31-Jan-13 9:48am    
Everything depend on the Role and Membership provider you use - but in general Fred Flams's answer is correct.

1 solution

Hello,

You have to understand tha a "Role" is kind of like a group of users (as in Active Directory), and that "User" is jus the user as itself.

As an example, you can have a user named "Admin" who is the site administrator, then you have users being granted administrator privileges and in that case their username will be "someone" but they will have the "Admin" role and as such be granted access to the ressource.

I know that can be confusing, but you really have to understand that the diffenrece is being made between a username and a role (or group membership).


Hope my comments will help you.
 
Share this answer
 
Comments
fjdiewornncalwe 31-Jan-13 9:57am    
+5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900