This is a discussion on Reason for Reduced Performance within the ASP forums, part of the Programming Talk category; I have set <compilation debug="True"/> in my ASP.NET application. My Site is drastically slow ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have set
<compilation debug="True"/> in my ASP.NET application. My Site is drastically slow down. I want to know is it because of setting <compilation debug="True"/>. If so what is the reason for this? |
|
|||
|
Yes it is because of setting <compilation debug="True"/>. You have to make the setting as <compilation debug="FALSE"/>. Because when the option is set as true you would have unnecessary debug going on at the back which would reduce the performance of application for sure. So use it only when you need to debug actually and surely this mode will not be needed for your final implementation at the user level.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LoadRunner FAQ | kalareddy | Testing Tutorials | 2 | 10-02-2007 03:19 AM |
| Performance Efficiency | Adrian | Java | 2 | 04-07-2007 08:52 AM |
| Kindly Provide the Reason | caradoc | Coldfusion | 0 | 01-14-2007 10:06 AM |
| How to Achieve Maximum Performance | Adrian | Oracle Database | 0 | 12-10-2006 02:48 AM |
| Performance Engineering Opening @ Sun Microsystems Bangalore | techguru | Experienced Job Seekers - India | 0 | 05-24-2005 08:24 AM |