Asking browsers to cache our images (ASP.NET/IIS)
        Posted  
        
            by Django Reinhardt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Django Reinhardt
        
        
        
        Published on 2010-06-10T18:28:04Z
        Indexed on 
            2010/06/10
            18:32 UTC
        
        
        Read the original article
        Hit count: 319
        
I just ran Google's Page Speed application against our site and one of the recommendations was to Leverage browser caching. Expanding this revealed the following:
The following cacheable resources have a short freshness lifetime: Specify an expiration at least one week in the future for the following resources:
<a long list of images>
<some javascript files>
How do I go about lengthening the "freshness lifetime" of particular images?
It's an ASP.NET project running on IIS7.5
Thanks for any help!
© Stack Overflow or respective owner