tags:

views:

1075

answers:

3
+1  Q: 

IIS ASP Caching

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.

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a5766228-828e-4e31-a92b-51da7d24d569.mspx?mfr=true

The software instructions point to that article.

The problem i'm having is that the "ASP File Cache section" that's mentioned there does not exist in my IIS dialog...

Am I missing something? Is there any configuration that'll make it appear? I'm running IIS 6.0 on W2003 Server Enterprise Edition.

Update 1: I am logged in as the local administrator (the box is not in a domain)

+2  A: 

Right click on "Web sites" in IIS manager. Choose Properties->Home directory->Configuration and you'll see "Cache options" tab.

The trick is to click on "Web sites" as opposed to proceeding to specific web site.

Sergey Kornilov
A: 

Ah, now i see it
So this can't be set differently for each website?

Daniel Magliola
As far as I can see this option is global. Unless there is some other trick that enables caching tab for each website or virtual directory.
Sergey Kornilov
A: 

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. http://aspjavascript.com/lesson07.asp

Aravind