[
  {
    "Id": "1121951",
    "ThreadId": "468061",
    "Html": "I try to download multipleFiles As ZipFile getting files from another server with different domain when engine arrive to step addfile (multipleFilesAsZipFile.AddFile(file, string.Empty);)  it show error<br />\n\r<br />\n<strong>Logon failure: unknown user name or bad password.</strong>\r<br />\n<br />\ncode Is :- <br />\n<pre><code>                         string Key = Request.QueryString[&quot;Key&quot;].ToString();\n                         string Rev = Request.QueryString[&quot;Rev&quot;].ToString();\n\n                         Ionic.Zip.ZipFile multipleFilesAsZipFile = new Ionic.Zip.ZipFile();\n                         var filePath = String.Empty;\n                         var fileName = String.Empty;\n                         string basekey = DownloadAttacment.basemasterkey(Key, Rev);\n                         DataTable Attachments = Layer.ExecQuery(DownloadAttacment.ExecDlinkSql(basekey));\n                         foreach (DataRow item in Attachments.Rows)\n                         {\n                             string file = DownloadAttacment.filepath(item[&quot;Attachment&quot;].ToString());\n\n                             if (!multipleFilesAsZipFile.EntryFileNames.Contains(Path.GetFileName(file)))\n                             {\n                                 multipleFilesAsZipFile.AddFile(file, string.Empty);\n                             }\n\n                         }\n                         this.Response.Clear();\n                         this.Response.ClearHeaders();\n                         this.Response.ClearContent();\n                         Response.Buffer = false;\n                         Response.BufferOutput = false;\n                         Response.AddHeader(&quot;Content-Disposition&quot;, &quot;attachment; filename=Submittals.zip&quot;);\n                         Response.ContentType = &quot;application/zip&quot;;\n                         multipleFilesAsZipFile.Save(Response.OutputStream);\n                         Response.End();\n\n</code></pre>\n\nkindly , i need solution urgent<br />\n",
    "PostedDate": "2013-11-11T10:06:14.2-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]