|
by Jason Sherron via Windows Azure on 3/18/2011 4:31:00 PM
Excerpted from: http://msdn.microsoft.com/en-us/library/gg680299.aspx
How can I use
web.config to manage the caching behavior in hosted-object CDN delivery?
The Windows Azure Content Delivery Network (CDN) honors the
cache control headers provided by the hosted service. If the content is
provided by a web role, this is controlled by IIS. Cache control headers for
static content can be customized by changing the <clientCache> element of
the <staticContent> element in the web configura
... [ read more ]
|