Answer Posted / swapna
Role Based Security lets you identify groups of users to
allow or deny based on their role in the organization.In
Windows NT and Windows XP, roles map to names used to
identify user groups.
Windows defines several built-in groups, including
Administrators, Users, and Guests.To allow or deny access
to certain groups of users, add the <ROLES>element to the
authorization list in your Web application's Web.config
file.e.g.
<AUTHORIZATION>< authorization >
< allow roles="Domain Name\Administrators" / > < !--
Allow Administrators in domain. -- >
< deny users="*" / > < !--
Deny anyone else. -- >
< /authorization >
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is query string in asp.net?
What is the mvc model?
How about the security in Activex DLL and Activex EXE ?
Describe the difference between inline and code behind - which is best in?
What is different authentication mechanisms used in ASP.NET?
Explain the asp.net mvc request life cycle? : asp.net mvc
Is asp.net mvc still used? : Asp.Net MVC
Explain the steps needed to be performed in order to create an animation in xaml?
Can you explain composite pattern?
What is the use of dispose method?
What are the main differences between asp and asp.net?
Name some asp objects?
Explain one critical mapping?
Will session work if cookies is disabled?
What are the various types of cookies in asp.net?