Retrieving Roles using C# / ADSI in ASP.Net app
Hi Experts,
I am using C# / ADSI in my ASP.Net application. I want to implement role based security in my application. I want to make restrictions in my application based on the groups which the user belongs.
I am using a custom Login page and not windows integrated authentication. The user enters a valid userid and password to login.
Can anyone tell me how to get the roles of the logged in user.
Thanx in Advance
Prashant
|