jdelator Asked: 2009-05-01 00:30:04 +0800 CST2009-05-01 00:30:04 +0800 CST 2009-05-01 00:30:04 +0800 CST How do you send the response headers in IIS? 772 I'm more specifically looking to set the Expires and the Last-Modified headers on static content (images, css, etc.) iis 2 Answers Voted Best Answer Glenn Slaven 2009-05-01T00:40:34+08:002009-05-01T00:40:34+08:00 IIS Admin, go to the properties of the website. Click on HTTP Headers then set the content expiration values. Best way to set it on static content is to just keep all the static content in a 'Content' folder away from dynamic files Slava 2009-07-15T05:47:34+08:002009-07-15T05:47:34+08:00 This module can help you to operate with request/response HTTP headers: http://www.helicontech.com/ape/doc/mod_headers.htm
IIS Admin, go to the properties of the website.
Click on HTTP Headers then set the content expiration values.
Best way to set it on static content is to just keep all the static content in a 'Content' folder away from dynamic files
This module can help you to operate with request/response HTTP headers: http://www.helicontech.com/ape/doc/mod_headers.htm