Permissions to run a SharePoint 2010 Application Pool?
Posted
by Michael Stum
on Server Fault
See other posts from Server Fault
or by Michael Stum
Published on 2010-06-04T22:19:26Z
Indexed on
2010/06/08
14:12 UTC
Read the original article
Hit count: 263
I'm currently in the process of setting up a SharePoint 2010 farm. In my Dev Environments, I have one account that is Local Admin, Farm Administrator and runs all Application Pools.
For Production Environment, I would like to go with best Security Practices and run the Web Applications (At least 2: Main Portal and My Sites) with separate Domain Accounts.
It's been some time that I worked with IIS, and I remember that there were issues with accessing files in c:\inetpub by non-Admin users. On the other hand, SharePoint "automagically" sets most permissions anyway.
Does anyone have some experience with which permissions I need to give to the domain account at minimum in order to work?
© Server Fault or respective owner