ASP.NET Membership and ActiveDirectory
Hey all,
Been awhile since I posted an issue here but here is one. Any one know if ASP.NET membership can be used with ActiveDirectory. What I mean is as far as roles goes. Right now I actually do this manually by cycling though the groups the user is a part of to see if they are in the group required for access. Is there a way to assign a role based on groups in AD they are in using ASP.NET 2.0 memberships and roles?
|