Link to home
Start Free TrialLog in
Avatar of Arslan306
Arslan306

asked on

Authentication & Role Provider in Active Directory

I have facing a problem when i am trying to login my AD user on Blog in my web application. an abstract overview of the system is that i have a web app , users of app are authenticated through active directory , when i integrate dotnetBlogEngine in my app i need to authenticate the users of that blog according to the user roles in active directory. But i have an error when i tried to debug my app on following lines of web.config.
<roleManager defaultProvider="ADRoleProvider" enabled="true" cacheRolesInCookie="true" cookieName=".BLOGENGINEROLES">
  <providers>
    <clear/>
    <add name="ADRoleProvider" type="System.Web.Security.AuthorizationStoreRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="ADConnectionString" connectionUsername="UserName" connectionPassword="******" attributeMapUsername="sAMAccountName" />
  </providers>  
</roleManager>

 I need to solve this issue. Hope i can find a good solution here.. Regards
ASKER CERTIFIED SOLUTION
Avatar of graye
graye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dirk Haest
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.