“Expires” in http header for static content? how-to

后端 未结 6 1175
温柔的废话
温柔的废话 2021-01-06 08:19

What is the best way to add \"Expires\" in http header for static content? eg. images, css, js

The web server is IIS 6.0; the language is classical ASP

6条回答
  •  温柔的废话
    2021-01-06 09:08

    I don't know if this is what you are looking for, but it does keep my pages from being cached.

    
    
    
    
    
    

    I got these from an article on line that I no longer have a reference for.

提交回复
热议问题