Search Results

0
votes
2answers
606 views

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 cach …