application. configure.asp

It’s here where the config file is parsed.  This is automatically executed in the first time the application runs, but you can send “?reconfigure=true” in the queryString to request a new execution.

About

Summary
It’s here where the config file is parsed.
Loads common application configurations.
Configures cache life time and items to be cached.

Functions

loadCommon

sub loadCommon( Xml )

Loads common application configurations.

Parameters

(xml object)Xml config.xml XML object

See also

<config.xml>

loadCache

sub loadCache( Xml )

Configures cache life time and items to be cached.

Parameters

(xml object)Xml config.xml XML object

See also

<config.xml>

sub loadCommon( Xml )
Loads common application configurations.
sub loadCache( Xml )
Configures cache life time and items to be cached.