Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

Introduction to the Global.asax file

Expand / Collapse
 

Introduction to the Global.asax file


The Global.asax file, also known as the ASP.NET application file, is a file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTP modules. At run time, Global.asax is parsed and compiled.

The global.asax provides the ability to customize the following features and more:

  • listing of reports
  • loading of reports
  • saving of reports
  • deleting of reports
  • user security on a per user/per role basis
  • hidden filters for reports
  • UI appearance

In order to make any customizations to this file, the license key and connection string must be set in the Session_Start method.




Details
Type: Information
Options