I have ASP.NET web site in production and I enabled tracing in web.config file as debugging purpose in case there is any error. Is it possible that tracing may slow down the web site?
The web site response (ex. in buttton event) is extremely slow. And, I am wondering if this has anything to do with the tracing.
Thanks.
One way to find out if tracing is the problem is to disable it for a time, and see if the website speeds up.