Cache aspx page returning an asset on client?

Posted by Lieven Cardoen on Stack Overflow See other posts from Stack Overflow or by Lieven Cardoen
Published on 2010-03-29T12:50:31Z Indexed on 2010/03/29 12:53 UTC
Read the original article Hit count: 428

Filed under:
|

How do you cache an aspx page call on the client?

The aspx page returns an asset and looks like this:

http://srv-edu-build/edumatic3/dev/RetrieveBlob.aspx?assetId=31809&assetFileId=9823

We have tried with Output Cache, with caching in the code behind, but the only result we get is server side caching (by IIS7).

In the header of the response cache-control is set to public and expiration time is set (to 14800 as set in output cache profile).

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about caching