Skip to content

Instantly share code, notes, and snippets.

@DavidDeSloovere
Created September 3, 2014 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidDeSloovere/632db9e0b768a5458d5c to your computer and use it in GitHub Desktop.
Save DavidDeSloovere/632db9e0b768a5458d5c to your computer and use it in GitHub Desktop.
Add caching for favicon in web.config
<location path="favicon.ico">
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="90.00:00:00" />
</staticContent>
</system.webServer>
</location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment