I've been given the job of installing PHP5.4 on this machine. One of the manual installation steps is to configure the IUSR account to have specific permissions. The problem is, I see the IIS_IUSRS group, but no IUSR account. The only users listed are the Admin user, a Guest account, and a user for the security software. I'm not really the Windows server type, more of a *NIX guy - so this is getting a little frustrating. I've searched everywhere and haven't found a suitable answer, but I have learned a lot about IIS7.5 - so it hasn't been a total waste of time. I've tried several recommendations and found several similar problems, but nothing has worked so far. I've also just tried making the IUSR account myself, but to no avail. If anyone knows how to get this going, I will be ever so grateful.
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. :)