IIS 7.5 remove etag headers from response
I know this question has been asked alot of times, however most of them were in 2009-2010. I am pretty sure a while back a project I was working on removed them, however I cannot find any way to remove them at the moment. So has there been any advances in this field? It seems crazy that microsoft has made IIS to not be able to easily configure these headers. Currently have tried: Adding a blank etag header to the web.config Adding an etag with quotes inside to the web.config Adding a blank etag header directly through IIS Adding a custom module which removes an etag on BeginResponse Same as