Missing IUSR account on Windows Server 2008 R2 / IIS7.5 Missing IUSR account on Windows Server 2008 R2 / IIS7.5 php php

Missing IUSR account on Windows Server 2008 R2 / IIS7.5


After several hours of trying to figure this one out, I finally did. So, for anyone who may come across this same issue, here is the answer.

This is where, and how, I found the IUSR.

First, let me explain that I'm not sure what the particular settings and/or setup is which caused the IUSR to be hard to find on my system. However, I DID find it, so here it is:I right clicked on the folders/files of which I needed to give access to IUSR, and selected 'Properties'.

Click on the 'Security' tab => 'Edit' (under groups and users) => 'Add' (under groups and users)

This brings you to the 'Select Users, Computers, Service Accounts, or Groups' window.

Click on the 'Object Types...' button and just select everything and hit 'OK'.

Next, click on 'Locations ...' and select the parent-most option (this will most likely be the server itself) and hit 'OK'

next, click on the 'Advanced' button and select the 'Find Now' button.

You will see several search results. Some will be groups and others will be actual users.

Within this list, you will find the IUSR username. Select it, and hit 'OK'.

And there you have it.

I'm not sure why this happens, however, I suspect (remember, I'm not too savvy with Windows as a server) I suspect it has something to do with using an Active Directory server across all of our servers for authentication and security. The reason I believe this is because the IUSR user is not indicated with the name of the server I am working with even though most, but not all, of the other groups and user names are which were in the Search Results list after hitting 'Find Now'.And that is that. :)


That's because IUSR is not user account but "built-in security principal" - when granting rights to a file or folder, the built in security principal is one of the category of users that can be specified, but it doesn't visible in lusrmgr.msc and can't be added to a group.

And about naming - some old docs still mention account IUSR_MACHINENAME which was in use with IIS 6, but starting from IIS 7 this account renamed to IUSR and no longer tied to machine...

For more details see article "IIS 6 vs. IIS 7 IUSR Accounts" which explain it thoroughly.


another trick i found,add the IUSR (which is not visiable in local server users, nether in group), just add IUSR to your IIS root folder and the folder where database is. this works for me.