Understanding how to use event in global.pas to implement page counter in ASP.NET with Delphi 2005/2006
This example explains the 8 events in the global.asax file. This events are used to create application access, page access and logged users counters.
- Application_Start
- Session_Start
- Application_BeginRequest
- Application_EndRequest
- Application_AuthenticateRequest
- Application_Error
- Session_End
- Application_End
The BDP (Borland Data Provider) is used to connect in database, The database was created in InterBase 7.5, there is a script to create database and populate the data if you need to user old InterBase versions or use other database.
Download in http://cc.borland.com/Item.aspx?id=23875
Share This | Email this page to a friend
Posted by Andreano Lanusse on December 13th, 2005 under ASP.NET, English |3 Responses to “Understanding how to use event in global.pas to implement page counter in ASP.NET with Delphi 2005/2006”
Leave a Comment
Server Response from: dnrh1.codegear.com

December 13th, 2005 at 4:38 am
Sorry, could not locate the example source files ??
December 13th, 2005 at 12:41 pm
Ooops my apology, missed the link…
August 29th, 2006 at 8:06 pm
How can public variables in global.pas be accessed from anywhere in the app.