I have a very simple asp page that is using a standard <a> tag to allow
a user to download a file to their local workstation.
Here is the code;
<a href=3D"TempFiles/rad0A3F7.tab">Click here to download the file that
has been generated for you...</a>
When a user clicks on the link, the browser will go to that link and
open the file.
When a user does a Right+Click, Save Target As..., choice, IE returns
this error message;
"Internet Explorer cannot download rad0A3F7.tab from www.......
The file could not be written to the cache"
Has anybody seen this error before?
Odd thing is that this error only happens on the production sever, not
my development server. The only difference with the two systems is SSL.
The production server is configured for a 56 bit SSL certificate. I
don't know if that is the problem or not. Oh, the file is a Tab
delimited ASCII file.
Thanks for any suggestions, Mike