Morning all,
I was following this article - http://www.iis.net/learn/manage/configuring-security/application-pool-identities attempting to grant permissions to my app pool identity in the file system (this bit).
You can try this by selecting a file in Windows Explorer and adding the "DefaultAppPool" identity to the file's Access Control List (ACL).
- Open Windows Explorer
- Select a file or directory.
- Right click the file and select "Properties"
- Select the "Security" tab
- Click the "Edit" and then "Add" button
- Click the "Locations" button and make sure you select your machine.
- Enter "IIS AppPool\DefaultAppPool" in the "Enter the object names to select:" text box.
- Click the "Check Names" button and click "OK"
Unfortunately my server doesn't seem to recognise the user using the above instructions. Are there any additional steps needed? or anything which should stop this working?
Any thoughts greatly appreciated,
Kind Regards,
Doug