RE: Cacheability issue with IE
- From: Christopher Carey <chris@xxxxxxxxx>
- Date: Fri, 08 Apr 2005 12:04:14 -0700
What error message do you get?
Hello Jed,
Did you ever figure this out? I am having the same problem and I have
tried everything. The downloads work fine under HTTP but under HTTPS
I get an error on certain machines. On other machines including a Mac
work fine.
"ashish" wrote:
hi All,
I have a web page which tries to send user a file attachment using
httpresponse, by setting the content-Disposition header..
the problem is that the page is hosted on a ssl site, and there is a
issue with IE that it wont download files where Cache-control header
is set to no-cache.
My problem is that even if i set page cacheability on the event
handler of the button, the response still contains 'Cache-Control:
no-cache' header..
for some other reasons in the application, the base class of the page
sets the cacheability to no cache,
can i not change the cacheability on the event handler, can it be set
only once ?
i tried using response.ClearHeaders, but its still same...
regards
-ashish
.