Portal V5.0 - Debugging enabled
Look for this line:
<compilation debug="true" targetFramework="4.5">
If debug="true", set it to false:
<compilation debug="false" targetFramework="4.5">This will be corrected in future versions of the portal. Debugging should not be enabled as it has a negative effect on the performance.
Comments
This is a good point and worthy of customers checking this setting!