|
|
| Global.asa [+] Favor-It | |
| |
 |
| | Sort By:
|
The Global file is an optional file in which you can specify event scripts and declare objects that have session or application scope. It is not a content file displayed to the users... Author: Phil Winstanley Code: ASP 3.0 & VBScript |
A global.asa file is a used extraneously and quite wastefully, but can be a very useful tool. First let us bring out what is good and bad about it. Author: Charles Carroll Code: ASP 3.0 & VBScript |
What developers tend to forget that the OnEnd events have no way to tell you when something's wrong. This is understandable since all the other pages on a web site and even the Application_OnStart and Session_OnStart don't have this problem. Author: asp101.com Code: ASP 3.0 & VBScript |
|  | |
To educate all coders when or when not to use the 'Global.asa' file and the conditions you must fullfill when you do use it. I knew I had a lot of trouble finding documentation like this. Author: Kaustav Acharya Code: ASP 3.0 & VBScript |
When you try to load secure ASP files that use Session or App objects defined in a secure ASP App file (Global.asa), it may fail. When you try to load a page that uses a DSN string stored in the Session object to open an ADO connection, it may fail. Author: microsoft.com Code: ASP 2.0 & VBScript |
By using the METADATA tag in your global.asa in place of a file-include tag in every script you write, you can reference the set of constants that correspond with the version of ADO running on your web server. Author: Greg Covey Code: ASP 2.0 & VBScript |
A quick guide to the mysterious file called Global.asa. Explains the use of Application_OnStart, Application_OnEnd, Session_OnStart, and Session_OnEnd. Author: haneng.com Code: ASP 2.0 & VBScript |
|  | |
The basic extructure of global.asa is shown the different objects descibed: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. Author: |
This article will teach you about what Global.asa is, what to use it for and what not to use it for. Author: Phillip Quinn Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|