global.asa

Here we are initializing the timer, defining some constants to be used later and setting a flag requiring to load application.configure.asp.

About

See also

application.configure.asp

Summary
Here we are initializing the timer, defining some constants to be used later and setting a flag requiring to load application.configure.asp.
Define Application constants and load the config.xml data into application configuration.
In order to compute the execution time of a request, we need to start a timer.

Functions

Application_onStart

sub Application_onStart

Define Application constants and load the config.xml data into application configuration.

Session_onStart

sub Session_onStart

In order to compute the execution time of a request, we need to start a timer.

sub Application_onStart
Define Application constants and load the config.xml data into application configuration.
sub Session_onStart
In order to compute the execution time of a request, we need to start a timer.
It’s here where the config file is parsed.