Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.