IIS ASP Caching - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T17:10:29Zhttp://stackoverflow.com/feeds/question/103158http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/103158/iis-asp-caching1IIS ASP CachingDaniel Magliola2008-09-19T15:51:54Z2008-09-23T06:21:41Z
<p>I'm trying to configure ASP caching in IIS, following the instructions of a software I purchased. This is supposed to make it run faster.</p>
<p><a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a5766228-828e-4e31-a92b-51da7d24d569.mspx?mfr=true" rel="nofollow">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a5766228-828e-4e31-a92b-51da7d24d569.mspx?mfr=true</a></p>
<p>The software instructions point to that article.</p>
<p>The problem i'm having is that the "<strong>ASP File Cache</strong> section" that's mentioned there does not exist in my IIS dialog...</p>
<p>Am I missing something?
Is there any configuration that'll make it appear?
I'm running IIS 6.0 on W2003 Server Enterprise Edition.</p>
<p>Update 1: I am logged in as the local administrator (the box is not in a domain)</p>
http://stackoverflow.com/questions/103158/iis-asp-caching/103327#1033272Answer by Sergey Kornilov for IIS ASP CachingSergey Kornilov2008-09-19T16:11:19Z2008-09-19T16:11:19Z<p>Right click on "Web sites" in IIS manager. Choose Properties->Home directory->Configuration and you'll see "Cache options" tab.</p>
<p>The trick is to click on "Web sites" as opposed to proceeding to specific web site.</p>
http://stackoverflow.com/questions/103158/iis-asp-caching/103349#1033490Answer by Daniel Magliola for IIS ASP CachingDaniel Magliola2008-09-19T16:14:27Z2008-09-19T16:14:27Z<p>Ah, now i see it<br />
So this can't be set differently for each website?</p>
http://stackoverflow.com/questions/103158/iis-asp-caching/119369#1193690Answer by Aravind for IIS ASP CachingAravind2008-09-23T06:21:41Z2008-09-23T06:21:41Z<p>Also please make sure that you have correct values set for Reponse.cachecontrol, response.expired etc according to your need. This link may be helpful in understanding what they mean. <a href="http://aspjavascript.com/lesson07.asp" rel="nofollow">http://aspjavascript.com/lesson07.asp</a> </p>