Exforsys
+ Reply to Thread
Results 1 to 3 of 3

Reason for Reduced Performance

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 down. I want to know is ...

  1. #1
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122

    Exclamation Reason for Reduced Performance

    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?


  2. #2
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    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.


  3. #3
    nikole95.7 is offline Junior Member Array
    Join Date
    Jan 2011
    Answers
    1
    Quote Originally Posted by Adrian View Post
    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.
    Thanks for sharing. It's great


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...