Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Key: ValidateWebconfig: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:System_keys]]
{{HelpFiles_Deployment}}




=====Key: ValidateWebconfig=====
==Key: ValidateWebconfig==


===Syntax===
===Syntax===

Latest revision as of 09:37, 7 February 2012

<accesscontrol>Main:MyGroup</accesscontrol> 

Key: ValidateWebconfig

Syntax

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

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

Remarks

If is true, a webconfig validator will be executed when you run CatGlobe the first time.

This key is optional and its default value is false.

It is used for determining whether a webconfig setting validating method will be executed when the application starts. If the value is true, the following things will be validated:

  • The connection string.
  • Is the database up-to-date?
  • The existence of temporary folders (such as FilePath, BulkPath, TempBulkPath, NevronTemp …).
  • Does Catglobe have enough access rights to these folders?
  • DefaultStyleSheet path, Catalogue pages path.
  • Some simple rules about value of boolean keys, numeric keys…

Example of key

<add key="ValidateWebconfig" value="true"/>