Does IIS have a default setting for the Cache-Control header's max-age
parameters?
Our IIS 6 server is sending:
Cache-Control: max-age=172800
on all JavaScript files requested (48 hours caching).
We would like to change this setting to 6 hours but the application
being hosted has 100's of javascript files all over the place and using
the MMC to do this (Content Headers) is not feasible.
In the metabase.xml I found 1 reference to "max-age" but it was
pertaining to http compression which we do use. However the value is
another "max-age=86400".
I am hoping for a registry entry which I can edit with regedit.
Jack
PS: Is there any way to define cache settings per mime type like in
Apache?