Net.Global
This is the Global.asax implementation. It performs the following tasks. * Contains some global definitions and handy gllobal functions. * Record totals of ASPX pages visited. * Record member details.

Access: Public
Base Classes:
HttpApplication
  Members Description  
  DB_CONN_STRING  
  BUILD_NO  
  InitializeComponent  
  Application_Start  
  Application_End  
  Session_Start  
  Session_End  
  Application_BeginRequest  
  Application_EndRequest  
  RecordVisitor Record information about the visitor. Information about callers IP address, Inital path, intended Host, Browser information.

 
  RecordASPX_Hit Record the page hit in the HitPage table for this month. * Open the Hit page Table. * Select the column for this month. * Increment the total or create the row.

 
  LogInformation Log information and events to the NT Application EventLog. Information for the log

 
  LogError Record an ERROR in the NT event log.

 
  s_nEventCount  
  s_eLog  
  LogEvent This is the actual worker that records information about the event.

 
Remarks: