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
Do I need to have the latest version of windows media player installed?
How to fetch a data from one table to another table in asp.net ?
Differentiate between namespace and assembly.
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How Session use Cookies in State Management?
Explain what the contents of cookie?
What are validator? Name the validation controls in asp.net? How do you disable them?
How is session id generated?
What is AutoPostback?
What is jade template engine?
What is the purpose of using MVC programming pattern in ASP.NET?
What are web server controls in asp.net?
What is the difference between table and query?
When should I use server transfer and response redirect?
Explain how is a property designated as read-only?