Reputation: 709
How would one configurably set http-headers to cache files in IIS >= 6?
Example:
*.cache.*
=> cache nearly forever*.nocache.*
=> never cacheAn example framework using this naming would be the GWT framework.
Upvotes: 2
Views: 4867
Reputation: 41749
I think you're referring to setting the cache-control header.
See here http://support.microsoft.com/kb/247404
Upvotes: 1