ASP IIS Caching

I am trying to configure ASP caching in IIS by following the instructions of the software that I purchased. This should make it work faster.

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

Software instructions point to this article.

The problem I am facing is that in the ASP Cache file section that was mentioned, does not exist in my IIS dialog ...

Am I missing something? Is there any configuration that will be displayed? I am running IIS 6.0 on a W2003 Enterprise Edition server.

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

+2
source share
1 answer

Right-click "Websites" in IIS Manager. Choose "Properties" β†’ "Main Directory" β†’ "Configuration" and you will see the "Cache Settings" tab.

The trick is to click on β€œwebsites” rather than going to a specific website.

+7
source

All Articles