I'm trying to use episerver's ActiveDirectoryRoleProvider to work, but can't get it to work.
I have changes the providers in web.config to point to ActiveDirectoryRoleProvider but when I debug the code I can see that only the Initialize-method in that class is called. No other method like FindUsersInRole, IsUserInRole etc is called at all. Shouldn't they be called automatically when trying to log in?
I have no problem logging in using ADMembershipProvider if I use my login-name in web.config () So, the connection to AD seems to work properly.
What could be the problem?
Some of my web.config. I'm member of the Web Services group in AD.
Björn Gullander