Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Ensure that server-side debugging is disabled in production sites

Total Hit ( 5147)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


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.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.