Add expires headers in iis is very Easy,but this cache all the static files. now i want only add expires headers to images,how can i do that? even i want cached specific file?

link|improve this question

67% accept rate
No one answered? – jefferydu Jan 18 '10 at 14:58
feedback

1 Answer

up vote 2 down vote accepted

1.put all your images in one folder 2.enter the manager--> yoursite--> images folder (or specific file) --> right click--> HTTP HEADERs--> Set expire header/date ! --> APPLY/OK

link|improve this answer
Ta for that. I used this to configure different expires for different folders in the app. Only thing that works on IIS7. Also for IIS6 you can achieve the same with some metabase magic - blog.stevensanderson.com/2008/07/07/… – penderi Oct 12 '11 at 9:27
feedback

Your Answer

 
or
required, but never shown

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