Cross-posted from http://blogs.msdn.com/webtopics Introduction The purpose of this blog post is to discuss how to mask an IIS server’s IP address from being sent as part of an HTTP response. By default, IIS can send a server’s IP address in the Content-Location or Location response headers of a response. Beginning in Windows 2003 SP1,…
Month: November 2008
Time vs. Time-taken fields in IIS logging
Cross-posted from http://blogs.msdn.com/webtopics Questions often arise pertaining to what the Time-Taken and Time fields are reporting in the IIS logs. The Time field is quite straightforward: it specifies when the log entry was created. Note that this is not always the same as when the log entry actually gets written to the log,…