Implement Access Rights Based on AD Group

  • Thread starter Thread starter YCH
  • Start date Start date
Y

YCH

Hi,

My development environment is VS.Net 2005 with C# code behind.

I want to implement a access control function that integrate with the user
right in AD group. For example, different users can view / edit / delete
different content based on their account in AD group.

How can I do this? Thanks!

Regards,
YCH
 
Hello YCH,

I recommend you to start from this article http://msdn2.microsoft.com/en-us/library/ms998360.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Y> Hi,
Y>
Y> My development environment is VS.Net 2005 with C# code behind.
Y>
Y> I want to implement a access control function that integrate with the
Y> user right in AD group. For example, different users can view / edit
Y> / delete different content based on their account in AD group.
Y>
Y> How can I do this? Thanks!
Y>
Y> Regards,
Y> YCH
 
Back
Top