IIS7.5 - about app pool ID's and folder read/write access
Posted
by
merk
on Server Fault
See other posts from Server Fault
or by merk
Published on 2012-10-01T21:25:11Z
Indexed on
2012/10/01
21:39 UTC
Read the original article
Hit count: 236
iis7.5
I did some searching and it looks like for each app pool, there should be an account created called IIS APPPOOL\AppPoolName - however i can see no such account when i try to modify the permissions on a folder to give that app write access. The closest I have found is the IIS_IUSRS group.
Now, if i go into that group and look at the members, i see several IIS APPPOOL\PoolName members. But where are these members coming from? Why don't they show up under the users? And why can't i add a specific one to a folder? It doesn't make sense to me to add the IIS_IUSRS group to a folder since they gives every site access to the folder.
To be more specific, I'm setting up wordpress and it unfortunately wants write access to the root folder. So i want to restrict it as much a possible. I was trying to figure out how to set it so that the WP root folder has write access only for the ID that the blog's app pool is running under. When i drill down into the IIS_IUSRS group, i do not see the app pool for the blog listed there.
The settings for the blog's app pool are: No managed code, Classic, ApplicationPoolIdentity, and it's named 'blog'
So any explanations regarding these users that are created for the app pools, and why the blog doesn't seem to belong to the iusrs group?
thanks
© Server Fault or respective owner