Home Analyst Portal

Portal V5.0 - Debugging enabled

john_doylejohn_doyle Cireson Support Ninja IT Monkey ✭✭✭✭
If you are running V5.0 of the Cireson Portal, you should check the web.config file in the C:\inetpub\CiresonPortal folder.

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

  • Steve_WrightSteve_Wright Cireson Support Advanced IT Monkey ✭✭✭
    Thanks John,
    This is a good point and worthy of customers checking this setting!
Sign In or Register to comment.