How to cache-control in .ASP and simple HTML pages

thunder.dragon

Disciple
Hi Guys,

Got a big problem which is related to Browser cache.

I don't know how to cache files in browser means I have simple .html and *.asp pages and they call lots of images/CSS/js and to lower the load time I need to cache those static content in users browser so that the next time the user visits the websites those static contents does not loads again and again saving bandwidth etc.

In PHP I use to use .htaccess file for put expiry date in files that are called hence cache-control was easy but finding tough in html/asp(IIS)

Any help guys?

Please
 
Back
Top