IIS reveals internal IP address in content-location field - fix

Posted by saille on Stack Overflow See other posts from Stack Overflow or by saille
Published on 2010-03-15T20:55:53Z Indexed on 2010/03/15 20:59 UTC
Read the original article Hit count: 310

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about iis

Related posts about ASP.NET