Hits Today: 1 Total: 8219 | Updated: 12/26/2001 | |
 | 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 |
Hits Today: 1 Total: 103 | Updated: 5/27/2008 | |
 | 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 |
Hits Today: 1 Total: 2297 | Updated: 6/21/2003 | |
 | 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 | |  | |
Hits Today: 1 Total: 4750 | Updated: 8/28/2001 | |
 | 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 |
Hits Today: 1 Total: 1079 | Updated: 4/25/2004 | |
 | 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 |
Hits Today: 2 Total: 3156 | Updated: 5/8/2001 | |
 | 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 |
Hits Today: 1 Total: 9141 | Updated: 8/18/1999 | |
 | 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 | |  | |
Hits Today: 1 Total: 6536 | Updated: 1/18/2002 | |
 | The basic extructure of global.asa is shown the different objects descibed: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. Author: |
Hits Today: 1 Total: 7161 | Updated: 2/4/2002 | |
 | 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 |
|