1
Reply

How can enable custom error, disable debug and disable trace in asp.net?

Sandeep Singh Shekhawat

Sandeep Singh Shekhawat

Sep 21, 2012
1.3k
0

    To Enable Debug In the root folder find the "web.config" file. Open it . Turn On Custom Error Messages Find the following lines of code starting around Line 33: Turn On debugging Next, you will need to turn on debugging and trace. Find the next section of code starting around Line 88: Change trace enabled and compilation debug to a value of true as shown: Enabling debug will affect website performance. You should disable debug when finished.

    vishnu sharma
    October 30, 2012
    0