IIS reveals internal IP address in content-location field - fix
- by saille
Referring: http://support.microsoft.com/kb/q218180/, there is a known issue in IIS4/5/6 whereby it will reveal the internal IP of a web server in the content-location field of the HTTP header.
We have IIS 6. I have tried the fix suggested, but it has not worked. The website is configured to send all requests to ASP.NET, and I am wondering if this is why the fix, which addresses IIS configuration, has not worked for us.
If this is the case, how would we fix this in ASP.NET?
We need to fix this issue in order to pass a security audit.