I analyzed my website, and appear this error "No expiration time specified" for files .css, .js, .png, .jpg, etc.
I've found this for php
<IfModule mod_headers.c>
<FilesMatch "\.(jpg|jpeg|png|gif|swf|js|css|swf)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
What is the equivalence in C#? and, should I code this in web.config?
Thanks in advance.