Severity: High
Netsparker detected that ASP.NET tracing is enabled and Trace.axd
is accessible remotely.
This vulnerability can be used to obtain sensitive data on current sessions.
web.config
file to disable ASP.NET tracing:<System.Web> <trace enabled="false" /> </System.Web>