I know this is an old thread, but to further expand the answer here, by default, IIS 7.5 creates application pool identification accounts to start the workflow. You cannot search for these accounts, such as regular user accounts, when adding file permissions. To add them to the NTFS permissions ACL, you can enter the fully qualified name of the application pool identifier and it will work.
This is just a small difference in how the application pool identifier accounts are processed, as they are considered virtual accounts.
Also, the application pool identifier username is "IIS AppPool \ application pool name", so if it is the DefaultAppPool application pool, the user account will be "IIS AppPool \ DefaultAppPool".
You can see this if you open Computer Management and look at the members of the local IIS_IUSRS group. The SID added at the end is not needed when adding an account to the NTFS permission ACL.
Hope that helps
steve Nov 15 '13 at 17:32 2013-11-15 17:32
source share