http://www.w3.org/ns/prov#value | - 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.<br /><authorization><><br /> < roles=Domain Name\Administrators"> < !-- Allow Administrators in domain. -- ><br /> < users=*> < !-- Deny anyone else. -- ><br />< /a
|