How to include an external file in global.asa
Language: Classic ASP
Challenge:
How to include an external file in global.asa
global.asa is an optional file used by just about every Classic ASP site of any complexity. It can contain declarations of objects, variables, and functions used throughout the site.
Benefits to global.asa include:
- Declarations made in global.asa are available in ASP page of the site.
- A variety of scripts (JavaScript, VBScript, JScript, PerlScript, any other client side script) can be used within.
The global.asa file is stored in the root directory and loaded by IIS automatically each time a page is called.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Classic ASP, Web Development