Removing the “Date” http response header on IIS 7+
问题 I am developing an ASP.NET Web API application which responds to the clients with a custom datetime http header. While I have read several articles describing how to remove response headers from ASP.NET/IIS, this one always seem to be resilient, i can't get rid of it. It seems to be placed in the response pipeline somewhere out of the programmer's/administrator's control, at the very end. I know it may be a bad practice not to include the "Date" header in the response but, as i mentioned, the