Running IIS application pool as a domain user
Just finished setting up an IIS application pool to run as a domain user. There’s a number of hurdles you have to jump over before it will work.
- In local policies, set the account to “Act as part of the operating system”. Administrative Tools | Local Security Settings | Local Policies | User Rights Assignments | Act as part of the operating system
- In local policies, set the account to log on as a service.
- Give the account Modify permissions on the folders asp.net uses to create it’s temporary files.