{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi Experts!\n \nSorry for my bad English.\n \nI try to use DotNetZip in an ASP.NET application to pack all the files of a folder into a zip file.\n \nTherefore, at first I copied Ionic.Zip.dll to the BIN folder of my ASP.NET application. The reference (Name Ionic.Zip, Type BIN, Version 1.9.18) was set by Visual Studio automatically.\n \nIn my Webform I set \"using Ionic.Zip\" and so I can use DotNetZip as recommended (\"using (ZipFile zip = new ZipFile())\" …\n \nIf I try to add a file (\"zip.AddFile\") I get a System.Security.SecurityException. It seems that DotNetZip has no access to the file system.\n \nI tried to change the DotNetZip-Temp-Folder (\"zip.TempFileFolder\") as recommended - no success. The affected folders have maximum access rights.\n \nWhat can I do?",
    "LastUpdatedDate": "2013-02-21T18:42:52.127-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-04-03T04:31:16.11-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "DotNetZip: System.Security.SecurityException in ASP.NET",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 14997
  },
  "FileAttachments": [],
  "Comments": []
}