We are using Azure cloud services and need to hide the excessive response headers as per pen test reports.
At present, I have implemented the approach as per http://stackoverflow.com/questions/12803972/removing-hiding-disabling-excessive-http-response-headers-in-azure-iis7-without
Our cloud service has IIS 8 and I am just wondering if there is any best approach to do the same by configuration settings?