I want to set ARR (IIS load balancing software) with cache that depends on the last-modified
tag in the header.
Every time the server gets a request it will look at the last-modified
tag and if it's already cached it will take present the data that is in cache. However, if it's a page that hasn't been cached the server will show the original file. How can I do this?