Summary
Acunetix 360 detected that ASP.NET debugging is enabled.
Impact
This indicates that the debugging flag was left enabled in the production system. There is no direct impact of this issue, and it is presented here only for information.
Actions To Take
Apply the following changes in your web.config
file to disable ASP.NET debugging.
<System.Web> <compilation debug="false" /> </System.Web>