« Previous Next »
Last post 07-15-2009 9:13 PM by anilr. 17 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 2 of 2 (18 items) < Previous 1 2
Sort Posts: Oldest to newest Newest to oldest
This setting only controls client caching of the static content - so anything you do at the server will not purge the cache - the cache has to be purged at the client.
Anilr, is it possible to set the cache control, for specific folders in a website, programatically in a web.config?
eg. I wish to add a max-age for
Yes, see http://www.iis.net/ConfigReference/system.webServer/staticContent/clientCache for examples.