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
how to register dll in COM / COM+ application
Define object pooling?
Define transaction atomicity?
What is Pinvoke?
What is ccw?
What are Interop Services?
What is reliability?
What is com, com+ and dcom ?
what is the relational database of tables and forms
What is availability?
What is security?
What is the difference between com architecture and .net architecture?
Define jit activation?
Optimization technique description ?
Explain what are wrapper classes?