| cajunmaori 2005-04-27, 2:48 am |
|
I am having trouble downloading an excel report generated from our ASP
pages. We presumed it was something to do with the SSL certificate we
just installed, so loaded the ForceSSL.inc script from Microsoft and
changed the cache settings by changing this code in our globals.asp
file:
Response.AddHeader "pragma","cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "private"
Now we are having trouble with downloading about ten of the twenty
five reports that we have. Does anyone have any ideas? Help!
--
cajunmaori
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
|