devxlogo

Ensure that server-side debugging is disabled in production sites

Ensure that server-side debugging is disabled in production sites

Before going to production, you should ensure that the server-side script debugging is off for your ASP application. In fact, not only does server-side debugging slow down your application, it also forces all ASP request to be served by the same thread. In other words, you don’t take advantage of IIS’s multi-threaded capabilities. You can ensure that server-side debugging is off by bringing up the Properties dialog for the ASP application, then move to the Home Directory tab, click on the Configuration button, and then move to the App Debugging tab of the Application Configuration dialog that has appeared.While we’re on this topic, there is another case when two client requests are assigned to the same thread: this happens when the request have the same SessionID, such as when they come from two browsers on the same machine, or from two frames of an HTML page loaded in the client browser.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist