Importance of trace enabled="false"
I was reading through some posts on ASP.NET best practices, and a lot is mentioned about on production machines. One thing that seems to be glossed over is . Obviously, tracing is a security concern, but does it hurt your application in other ways? The biggest area I thought tracing could effect an application was memory, so I wanted to see the memory differences of having trace enabled, vs having it disabled. »