Tagged Questions
1
vote
1answer
3k views
Google Chrome does not honor cache-policy in page header if the page is displayed in a FRAME
No matter what I do:
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="Fri, 30 Apr 2010 11:12:01 GMT" />
<meta http-equiv="Expires" content="0" ...
0
votes
2answers
3k views
How do I set the cachability of static files in IIS?
I have some static images in a folder on my IIS 6-based website that I want to be downloaded as little as possible (to preserve bandwidth). I've set the Content Expiration to expire after 30 days. Is ...