I'm running windows server 2012 R2 running IIS 8. New to the whole windows server environment.
To install PHP, I'm following the below tutorial
Install and Configure PHP
Part of it says, in order to use PHP's session functionality properly I need to create a new folder "sessions" and add "IIS_IUSRS" to the folder.
However when I enter the same in the "Object files box" it gives me the "Object named IIS_IUSRS was not found" error.
So far I have referred to the following, but none has been that helpful
Trying to add IIS_IUSRS to Administrators group [closed]
IIS or IIS_IUSRS permisions so that PHP can write files for WordPress
IIS_IUSRS group missing
How to give Folder Permission for IIS User in C#?
IIS_IUSRS and IUSR permissions in IIS8
Been researching for hours, but can find nothing concrete enough.
Under the Security tab, you will see MACHINE_NAME\IIS_IUSRS is listed. This means that IIS automatically has read-only permission on the directory (e.g. to run ASP.Net in the site).
IIS_IUSRS is the group for IIS Worker Process Accounts. This means the identity that the application pool itself runs under. IUSR is the anonymous user identity. That means the identity that IIS believes to be the user who is accessing the site.
I know this is old, but since I came across this when I was searching for a solution, might as well answer it.
Source of my answer: IIS_IUSRS group is not found in Windows 7 laptop
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With