This post originated from an RSS feed registered with .NET Buzz
by Max Zone.
Original Post: How To Enable Client Side Cache For Static Images
Feed Title: dzone.com: .net
Feed URL: http://www.dzone.com/feed/frontpage/.net/rss.xml
Feed Description: dzone.com: fresh .net links for developers
If you know how cache works, you know that there are several http headers that rule client side cache logic: Cache-Control, Date, Expires, Last-Modified. In few samples I will define an optimization issue that your ASP.NET web site, probably, has and at the end there will be solution, that will help to avoid senseless requests to your web server and speed it up.