show/hide this revision's text 2 Found more articles

I've had to implement that type of security a couple of times. Unfortunately I don't know of any really good articles that provide examples. My implementations were mainly piecing together the parts through trial and error.

However, I did come across this link on MSDN:

http://msdn.microsoft.com/en-us/library/52kd59t0%28VS.71%29.aspx

It has some of the concepts.


After my original post, I did some more research. I found this article:

http://www.aspfree.com/c/a/C-Sharp/Implementing-Role-Based-Security-using-CSharp/

it seems pretty promising, I didn't go through all the details, but it at least guides you through the high-level topics.

show/hide this revision's text 1

I've had to implement that type of security a couple of times. Unfortunately I don't know of any really good articles that provide examples. My implementations were mainly piecing together the parts through trial and error.

However, I did come across this link on MSDN:

http://msdn.microsoft.com/en-us/library/52kd59t0%28VS.71%29.aspx

It has some of the concepts.