IIS ASP Caching - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T17:10:29Z http://stackoverflow.com/feeds/question/103158 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/103158/iis-asp-caching 1 IIS ASP Caching Daniel Magliola 2008-09-19T15:51:54Z 2008-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#103327 2 Answer by Sergey Kornilov for IIS ASP Caching Sergey Kornilov 2008-09-19T16:11:19Z 2008-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#103349 0 Answer by Daniel Magliola for IIS ASP Caching Daniel Magliola 2008-09-19T16:14:27Z 2008-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#119369 0 Answer by Aravind for IIS ASP Caching Aravind 2008-09-23T06:21:41Z 2008-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>