We had a security scan run our web applications and this was the only issue. Does anyone have any idea what to do for this? I know just enough about IIS to get in trouble. Thanks
Description:
Default configurations of web servers often provide too much information about their platform and version in HTTP headers and on error pages. This data is not itself dangerous, but it can help an attacker focus on vulnerabilities associated with your specific web server platform/version.
Recommendations:
Configure your web server to avoid having it announce its own details. For example in Apache you would want these two configuration directives in your config file:
ServerSignature Off