Answer Posted / sushil kumar
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 NameAdministrators" / > < !-- Allow Administrators in domain. -- >
< deny users="*" / > < !-- Deny anyone else. -- >
< /authorization >
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is integrity?
What are Interop Services?
Explain how to register com+ services?
Explain the use of contextutil class?
What is transaction atomicity?
What happens when we instantiate a .NET component ?
Is the com architecture same as .net architecture?
Explain how does you handle this com components developed in other programming languages in .net?
What is com, com+ and dcom ?
What are loosely coupled events?
How to make a net component talk to a com component?
Is com+ dead?
Define jit activation?
Explain disadvantages of com components?
What are rcw?