{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "in the included ASPNET c# and vb example files, I think Response.Close() needs to be changed to Response.End().  I was running into some issues (unhandled exceptions) when using response.close, becuase other functions on the page would get called after the zip file response is setup and sent back.  The sample probably runs fine as is (no prerender, etc), but it would benefit most people to see the example calling .End().  There are some other ways around this but it seems like the simplest change for most users.  \n \nreference:\nhttp://stackoverflow.com/questions/736301/asp-net-how-to-stream-file-to-user",
    "LastUpdatedDate": "2013-02-21T18:43:35.38-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-03-31T11:54:53.783-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Do not use Response.Close in ASPNET examples",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 10564
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Thanks, Bob. very interesting, I did not know that.  On the other hand, I'd like to get something more authoritative than that post on stackoverflow.com.  I looked in the documentation page from Microsoft and it gives no such advice regarding avoiding the use of Response.Close().  \r\n\r\nI agree that the examples should be consistent, and also they should work correctly.  the problem is, I don't know what to use.  I'll have to research this further.\r\n\r\nThanks for the report.\r\n",
      "PostedDate": "2010-04-05T13:52:12.883-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Hmm, it seems that neither Response.Close() nor Response.End() is the appropriate thing.  What we really want is HttpApplication.CompleteRequest.  Pretty ugly. \r\nI'll make the changes.",
      "PostedDate": "2010-04-05T13:59:33.637-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2010-04-05T14:00:13.42-07:00",
      "Id": -2147483648
    },
    {
      "Message": "reference: http://forums.iis.net/p/1152058/1898362.aspx  (Response from June 2009)",
      "PostedDate": "2010-04-05T14:00:27.687-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:35.38-08:00",
      "Id": -2147483648
    }
  ]
}