Hello,
I have a customer with a DNN website running on my server.
They bank with HSBC who have done a security analysis of their website using the company www.securitymetrics.com
The report shows that their site has failed with 6 risks.
Luckily, 5 of the risks have been ranked as low, but 1 has been ranked as a risk level of 4, which is a fail.
I was wondering if anyone could help me try and overcome the level 4 risk so their site passes this security analysis?
The only problem is that I am on a shared hosted server and I am 100% sure that the hosting company will not reconfigure the server just for me....
Anyway, this is the information on the level 4 threat....
Synopsis : The remote ASP.NET web server does not have custom errors set Description : The remote ASP.NET web server is configured to show verbose error messages, which might lead into the disclosure of potential sensitive information about the remote installation (such as the path under which the remote web server resides) or about the remote ASP.NET applications.
Is this just a case of chaning the <customErrors mode="Off" /> setting in the web.config file?
Thanks for any help....
Trev