I can not understand this group IIS_IUSRS. As for the asp.net workflow in IIS 7.5, you don't need to allow this group write permissions (web.config, etc.)?
Or is IIS_IUSRS the group that runs the default application pool, and I just need to add some user to this group?
I am trying to get rid of the permission problem along the UNC path where IIS cannot read the web.config file and tried to add IIS_IUSRS to the security tab of the web.config file, but it does not know what IIS_IUSRS is ... when I try to find users to add to The security list of this file in Windows Explorer in Win 7.
source share