Search code examples
cachingfavicon

How to make favicon.ico Small and Cacheable?


I have a favicon.ico in my asp.net web application. It is small but how to make it cacheable? Any suggestion.


Solution

  • favicons are already cached by client browsers. That's often an issue when you modify the icon you need to clear your browser cache for changes to take effect.