Quick question (hopefully): Does setting trace to false speed up site?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 Jahre weitere
Hi All,

Something I have been aware of for a long time is to set Debug = "false" in the web.config to speed up the site. Recently, I discovered with the help of the nopCommerce forumn how important it is to add a machine key to the web.config which also dramatically sped up my sites (especially when logged in).

Does setting trace = "false" speed up the site dramatically?

Louis Datz
11 Jahre weitere
Yes, turn it off.

http://weblogs.asp.net/dotnetstories/archive/2009/10/24/five-common-mistakes-in-the-web-config-file.aspx
11 Jahre weitere
Great link!! Thanks
11 Jahre weitere
Thanks a lot. I've just done the same in the official package
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.