ASP.NET: Permissions for uploading to network share

If IIS is running under a machine account the easiest method is to add that computer to the share in lieu of a user account.
  1. Right Click on the folder, choose "Sharing and Security..."
  2. Click the "Share this folder" radio button
  3. Give the share a name
  4. Click the "Permissions" button
  5. Click the "Add" button
  6. Click "Object Types..." select the "Computers" box. Click "OK"
  7. Type in the name of the computer. Click "OK"
  8. Select the "Change" checkbox in the "Allow" column. Click "OK"
  9. Repeat for the security tab. (Doesn't work without both)

No comments: