I have a website where i am attempting to cache a folder containing images. So i have the below in my config
<location path="image"><system.webServer><staticContent><clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="10.00:00:00" /></staticContent></system.webServer></location>
Ive set it to cache images to 10 days above. When i run a tool to check if images are being cached, the report comes back to say png and svg files are not cached which are under the same "image" folder i specified above. Is there anything else i need to do?