ASP.NET Debugging Enabled Security Vulnerability
Description
ASP.NET debugging is enabled on this application. It is recommended to disable debug mode before deploying a production application. By default, debugging is disabled, and although debugging is frequently enabled to troubleshoot a problem, it is also frequently not disabled again after the problem is resolved.
Impact
It may be possible to disclose sensitive information about the web sever the ASP.NET application.
References
HOW TO: Disable Debugging for ASP.NET Applications
