Implement Access Rights Based on AD Group
am 20.01.2008 07:10:14 von 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
Re: Implement Access Rights Based on AD Group
am 20.01.2008 09:13:57 von nemtsev
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
Re: Implement Access Rights Based on AD Group
am 20.01.2008 10:27:27 von YCH
If I don't want to have any login page, is it reasonable to use the "Forms
Authentication"?
"Michael Nemtsev [MVP]" wrote in message
news:900895ec268c28ca29afbdd6dc3c@msnews.microsoft.com...
> 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
>
>