Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is role-based security?

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


Please Help Members By Posting Answers For Below Questions

Do I need to have the latest version of windows media player installed?

1008


How to fetch a data from one table to another table in asp.net ?

1086


Differentiate between namespace and assembly.

1024


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1118


How Session use Cookies in State Management?

1116


Explain what the contents of cookie?

1102


What are validator? Name the validation controls in asp.net? How do you disable them?

1090


How is session id generated?

980


What is AutoPostback?

1322


What is jade template engine?

1085


What is the purpose of using MVC programming pattern in ASP.NET?

1074


What are web server controls in asp.net?

1164


What is the difference between table and query?

1018


When should I use server transfer and response redirect?

1033


Explain how is a property designated as read-only?

1042