How to make IIS7 stop adding etag to response headers?
- by user20028
For performance reasons, I'm using expire headers for static files (adding long expiration periods like 50 years or so).
Now I'm trying to get rid of etag headers which are automatically added by IIS7. I've done some searching but it seems harder than what I thought (there doesn't seem to be a straight forward way). I found some workarounds but they all use httpmodules (which I'm keeping as a last resort). I strongly prefer to not get the etag header added in the first place. Did anyone manage to do this?
Thanks