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 manageability?
Explain the disadvantages of com components?
Is it true that COM objects no longer need to be registered on the server?
Is com+ dead?
Define integrity?
What is transaction atomicity?
what is the relational database of tables and forms
Define durability?
Explain how to make a net component talk to a com 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 ccw?
Define transaction atomicity?
What is reliability?
What happens when we instantiate a .NET component ?