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

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”

  1. Yusuf Celik Says:

    Sorry, could not locate the example source files ??

  2. Yusuf Celik Says:

    Ooops my apology, missed the link…

  3. Tomas Says:

    How can public variables in global.pas be accessed from anywhere in the app.

Leave a Comment


Server Response from: dnrh1.codegear.com

 
© Copyright 2008 Embarcadero Technologies, Inc. All Rights Reserved. Contact Us  |   Site Map  |   Legal Notices  |   Privacy Policy  |   Report Software Piracy