Sunday, November 4, 2012

Assigning users to roles : เรียนรู้การกำหนดสิทธิ์ให้ผู้ใช้งาน


หลังจากที่เราได้เรียนรู้การสร้าง User แล้ว ต่อมาเรามาเรียนรู้ถึงการกำหนด Role ดังนี้
  • การสร้าง Role

  1. เข้าไปที่ ASP.NET Configulation เช่นเดิม
  2. Tab : Security
  3. click Enable roles.
  4. Click Create Or Manage Roles.
  5. Type a new role name (for example, EliteMember) and click Add Role.
  6. Next to the role name, click Manage.
  7. Search for all users by entering an asterisk (*) in the text box, and then click Find User.
  8. Under the User Is In Role column, select the check box for each user and then click Back. 
  • Giving permissions to a role

  1.  In the Access Rules column, click Create access rules.
  2. Select the members subdirectory.
  3. Select the Role radio button and from the drop-down list, select EliteMember
  4. Select the Allow permission.
  5. Click OK.

  • ยังไม่เสร็จยังมี Manage access rules อีกนิดนึง

  1. Click Manage access rules.
  2. Select the members subdirectory.
  3. Click Delete next to the JohnOliver username and confirm the deletion.
  4. Click the EliteMember role and then click Move Up.
  5. Click Done. 

No comments:

Post a Comment