Key: EnableErrorMailsToDevelopers

From Catglobe Wiki
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol> 

Key: EnableErrorMailsToDevelopers

Syntax

<add key="EnableErrorMailsToDevelopers" value="[TRUE/FALSE]"/>

[TRUE/FALSE]: Either insert "true" or "false" into value

Purpose

<EnableErrorMailsToDevelopers>: this key controls if the system will send automated error messages to developers in a release build, so that developers can consider the errors. Value: true/false.

This value is mostly used internally in CatGlobe and should not be set by clients.

This key is optional and its default value is "true".

Example of key

<add key="EnableErrorMailsToDevelopers" value="false"/>