I have a favicon.ico in my asp.net web application. It is small but how to make it cacheable? Any suggestion.
+2
A:
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.
Darin Dimitrov
2010-08-23 09:26:43
A:
check your server logs. favicon is often the most common download. If it is, there should be a section in the manual dealing with cache and proxy control. Details depend on the server.
Ian
2010-08-23 09:50:13