show/hide this revision's text 2 Fixed target of question (http headers rather than data-caching)

IIS configurable http-headers for caching

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.

show/hide this revision's text 1

IIS configurable caching

How would one configurably cache files in IIS >= 6?

Example:

  • *.cache.* => cache nearly forever
  • *.nocache.* => never cache

An example framework using this naming would be the GWT framework.