I've added client cache in web.config. But it is not working.
<staticContent>
<clientCache cacheControlMode="UseExpires" httpExpires="Fri, 03 Jan 2020 12:00:00 GMT"/>
</staticContent>
Response Headers HTTP/1.1 304 Not Modified
I'm tesing in localhost.
Should I change anything?