When browsing static files, iis will set the response header with cache information (Cache-Control, ETag, Last-Modified, etc.) and that works fine. But when I start the gzip compression, the content in response is compressed but cache information in header is lost, which means the client would request...