Why doesn't Firefox cache my images and CSS
- by Richard A
I am using IIS7, I have already set up the following. But when I run Firefox it seems not to cache any of my images even with "remember history" set.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlCustom="public" cacheControlMode="UseMaxAge"…