How would one configurably set http-headers to cache files in IIS >= 6?
Example:
*.cache.*=> cache nearly forever*.nocache.*=> never cache
An example framework using this naming would be the GWT framework.
|
1
|
How would one configurably set http-headers to cache files in IIS >= 6? Example:
An example framework using this naming would be the GWT framework.
|
|||
|
|
|
|
I think you're referring to setting the cache-control header. |
||
|
|
|
|
Explains the different methods of caching data in IIS. |
||
|