Dangers of ASP .NET Tracing
on 29/01/2009 by Adrián Pastor with 0 comments
ASP .NET Tracing, as any other debugging feature supported by any server product, should be disabled in production environments. There are many configuration settings that can be dangerous when used in live ASP.NET environments. Some examples include leaving the default debug errors enabled (<customerrors mode="Off">) which can disclose a wealth of information that could aid attackers launch SQL injection attacks (just to mention one example).<customerrors mode="Off">
</custome...
read more