Setting Up IIS on Windows 7
This is a “must-read” article that helped me understand how to set directory permissions when using new “pass-through authentication” Application Pool Identities.
The most important part from my point of view was finding the name of the account used by an App Pool
which is – “IIS AppPool\DefaultAppPool“.
You will need to change “DefaultAppPool” to the name of the appropriate application pool.
Categories: IIS 7