Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a web page with a set of images and java script files.

I want to cache all the images+java script other than a single image which is the logo.

Is this possible ? and how would I do it ?

I am using IIS server.

share|improve this question
1  
Yes, it's possible! :P – grenade Jan 11 '10 at 10:08

1 Answer

Yes. Just configure your server to have a default cache configuration for images and JS, and then override it for the logo. Possibly with a <file> block if you are using Apache.

See this decent caching tutorial.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.