IIS configurable http-headers for caching - Stack Overflow most recent 30 from stackoverflow.com2009-12-05T03:54:54Zhttp://stackoverflow.com/feeds/question/73586http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/73586/iis-configurable-http-headers-for-caching0IIS configurable http-headers for cachingharningt2008-09-16T15:29:17Z2008-11-08T16:58:18Z
<p>How would one configurably set http-headers to cache files in IIS >= 6?</p>
<p>Example:</p>
<ul>
<li><code>*.cache.*</code> => cache nearly forever</li>
<li><code>*.nocache.*</code> => never cache</li>
</ul>
<p>An example framework using this naming would be the GWT framework.</p>
http://stackoverflow.com/questions/73586/iis-configurable-http-headers-for-caching/73957#739570Answer by betelgeuce for IIS configurable http-headers for cachingbetelgeuce2008-09-16T16:02:17Z2008-09-16T16:02:17Z<p><a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/23ea6f24-4b44-4fa0-a275-a1b907e1afb6.mspx?mfr=true" rel="nofollow">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/23ea6f24-4b44-4fa0-a275-a1b907e1afb6.mspx?mfr=true</a></p>
<p>Explains the different methods of caching data in IIS.</p>
http://stackoverflow.com/questions/73586/iis-configurable-http-headers-for-caching/274940#2749401Answer by Paul for IIS configurable http-headers for cachingPaul2008-11-08T16:58:18Z2008-11-08T16:58:18Z<p>I think you're referring to setting the cache-control header.</p>
<p>See here <a href="http://support.microsoft.com/kb/247404" rel="nofollow">http://support.microsoft.com/kb/247404</a></p>