I have a product page that is handing out the internal IP address of the server through the Location field on the response headers. There are no HTTP Response Headers configured in IIS. I tried creating a Response Header in IIS that listed the URL instead of the IP. However it just appended that to the existing location value which included the IP address. I though I might be able to change the web.config file manually but I'm unable to find a web.config file with the response header listed. This was after I tried using the appcmd utility to change it which did not work.
↧