0

Can anyone guide me how can I cache my static content like logo icons folder to client browser with expiry time period ..

that is what Im trying only

<%@ OutputCache Duration="60" VaryByParam="None" %>
Mike
  • 751
  • 2
  • 10
  • 25
  • Have UserControl(.ascx) with only image you want to cache and apply above OutputCache attribute in it or check this - http://www.codeproject.com/Articles/22888/Caching-Images-in-ASP-NET – malkam Mar 27 '15 at 06:05
  • thanks @malkam .. that content is not helping for me – Mike Mar 27 '15 at 12:56

0 Answers0