vote up 1 vote down star

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)

flag

69% accept rate
Are you an admin on that box? – Bloodhound Sep 19 '08 at 15:52
Yes, I am logged in as the local administrator (the box is not in a domain) – Daniel Magliola Sep 19 '08 at 15:53

3 Answers

vote up 2 vote down check

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.

link|flag
vote up 0 vote down

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

link|flag
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 Sep 19 '08 at 20:04
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.