If I change an AD account's password which may be an IIS7 app-pool identity account, the app pool will not use the new password. IIS7 requires manually typed passwords, unlike software like SQL Server, where you can select user accounts and not "hard-enter" a password.

The above problem is probably a security concern and causes reliability issues. Is there a way to sync the identity (Which is a domain account) with AD so it picks up password changes?

Thanks

link|improve this question

30% accept rate
Why's the account's password changing without updating the app pool identity? – Shane Madden Feb 5 at 4:50
feedback

1 Answer

up vote 2 down vote accepted

Use a managed service account.

http://technet.microsoft.com/en-us/library/dd548356(WS.10).aspx

link|improve this answer
That points me in the right direction – dotnetdev Feb 6 at 14:42
Glad to help... – joeqwerty Feb 6 at 14:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.