I had the same problem when I tried to share the site root folder with another user. Some folder lost the permission.So I followed the steps to add permission to IIS_IUSRS group as suggested by Afshin Gh.The problem is this group was not available for me. I am using windows 7.
What I did I just changed some steps:
- Right click on the parent folder (who lost the permission),
- Properties => Security =>In "Group or user names:",
- Click Edit...
- Window "Permission for your folder" will be opened.
- In "Group or user names:" press ADD... btn,
- Type Authen and press Check Names,
- You will see the complete group name "Authenticated Users"
- Press ok => apply.
- This should enable privileges again.
That worked for me.