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.