Posted to
IIS7 - General
by
ben.mills
on
07-03-2008, 2:29 PM
In IIS6 IIS runs under the IUSR_MACHINENAME account and the application pools run under NETWORK SERVICE account. So if I have a folder that users upload files to via ASP.NET, then I have to give read permissions to IUSR_MACHINENAME and read/write permissions to NETWORK SERVICE. Rather than specifying the permissions for NETWORK ...