How to assign permissions to ApplicationPoolIdentity account
Posted
by
Triynko
on Server Fault
See other posts from Server Fault
or by Triynko
Published on 2009-11-03T21:52:20Z
Indexed on
2012/12/04
11:13 UTC
Read the original article
Hit count: 403
In IIS 7 on Windows Server 2008, application pools can be run as the "ApplicationPoolIdentity" account instead of the NetworkService account.
How do I assign permissions to this "ApplicationPoolIdentity" account. It does not appear as a local user on the machine. It does not appear as a group anywhere. Nothing remotely like it appears anywhere. When I browse for local users, groups, and built-in accounts, it does not appear in the list, nor does anything similar appear in the list. What is going on?
I'm not the only one with this problem: see Trouble with ApplicationPoolIdentity in IIS 7.5 + Windows 7 for an example.
"This is unfortunately a limitation of the object picker on Windows Server 2008/Windows Vista - as several people have discovered it already, you can still manipulate the ACL for the app-pool identity using command line tools like icacls."
© Server Fault or respective owner