Key: ShowCloseWaitingPage
<accesscontrol>Main:MyGroup</accesscontrol>
Key: ShowCloseWaitingPage
Syntax
<add key="ShowCloseWaitingPage" value="[TRUE/FALSE]"/>
[TRUE/FALSE]: Either insert "true" or "false" into value
Purpose
This key is used for determining whether the Close Waiting item is shown in the Tools menu. can be “true” or “false”.
If is “true”, Close Waiting item will be shown. Otherwise, it’ll be hidden.
This key is optional and its default value is false.
Primarily used for test sites. Recommended value is thus "False".
Example of key
<add key="ShowCloseWaitingPage" value="false"/>