When using Archive server-side to open a zip or cab file, Archive will try to create temporary files for zip files in the path specified in by the System Temp variable. This directory will require the NTFS permissions "Read", "Write" and "Modify" for the account specified for your web application in IIS. This account is typically IUSR_[machinename] if anonymous access if specified, but this can be confirmed by checking the security properties of your web application in IIS.
To determine the path specified in your System Temp variable:
- Open the Control Panel.
- Select "System".
- Select the "Advanced" tab.
- Click "Environment variables... "
- Select "TEMP" from the "System Variables" list.
- Click "Edit". The value in the "variable value" field is the path that Archive will use to create temporary files. Locate this directory and set the appropriate permissions.
|