In order to use ActiveDirectoryMembershipProvider for authentication, what is the minimal rights needed for the account the site is running in?
The connectionUsername and connectionPassword settings is assigned to a separate account with sufficient rights to the AD.
Results when site running under given account on my machine:
- AppPoolIdentity: Configuration Error, Access is denied
- NetworkService: Configuration Error, Access is denied
- Local admin account: Works fine
Results (according to colleague) when site running under given account on other part of the network:
- AppPoolIdentity: Works fine
- Local admin account: Works fine
Since my local admin account which doesn't have anything to do with the domain works, it looks like some local security privilegues that isn't met when access is denied.