When using ADODB.Stream to send files to the client, you may receive this error:
ADODB.Stream error '800a0bba' File could not be opened. |
Double-check your path -- be sure that the file exists and it is greater than 0 bytes. Make sure that IUSR_machineName (or the authenticated user(s) / group(s)) has at least read access on the file. If the file is on a network drive, please see
Article #2168. If you are trying to stream a file from a URL (e.g. http://), use response.redirect or server.transfer instead.