What is role-based security?
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 |
How does the iis work?
Differentiate session and cookie
Is it possible to change the index of primary key on table?
Is data edited in the Repeater control?
What is asp.net caching?
What are the contents of cookie?
Difference between ASP Session and ASP.NET Session?
Which @page directive should you create an asynchronous page?
Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.
What are the different types of validation controls in asp.net?
What is wrong with a line like this? DateTime.Parse(myString)
if you disable view state of a textbox will it maintain data during postbacks.if yes reason
9 Answers FactorH, Jindal, Oxi Infotech,