|
|||
|
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? |
| Sponsored Links |
|
|||
|
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.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LoadRunner FAQ | kalareddy | Testing Tutorials | 2 | 10-02-2007 04:19 AM |
| Performance Efficiency | Adrian | Java | 2 | 04-07-2007 09:52 AM |
| Kindly Provide the Reason | caradoc | Coldfusion | 0 | 01-14-2007 11:06 AM |
| How to Achieve Maximum Performance | Adrian | Oracle Database | 0 | 12-10-2006 03:48 AM |
| Performance Engineering Opening @ Sun Microsystems Bangalore | techguru | Experienced Job Seekers - India | 0 | 05-24-2005 09:24 AM |