Why is my Web application running slowly?
One of the reasons your Web application may be running slowly is because you have debugging turned on for the application. To turn off debugging, open your web.config file, and change the setting of "debug" to "false".
For example:
<compilation defaultLanguage="c#" debug="false" />
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 07/05/04
Comment or report problem with topic
