I've read some information about the new identity model for IIS 7.5 and it seems really cool, the identity on-the-fly and SID injection is neat. But either I am doing something very stupid, or something else. My problem is I need to grant write access to the folder where the application lives for the Windows ACL, so I have my application pool named "DefaultAppPool". When I hit the application and look in task manager, I can see that the w3wp is running as "DefaultAppPool".
However, when I go to grant DefaultAppPool write access to the directory, Windows always complains it cannot find the user. I've tried:
The first one says the account doesn't exist. The second one says "The following object is not from a domain listed in the Select Location dialog box, and therefore is not valid"
Well that makes sense since I am not on a domain, and there is no domain called IIS APPPOOL.
Any hints? Thanks in advance.