FileInfo

Languages

Overview

What is an ASAX file? File used by ASP.NET Web applications; contains program code that is used to respond to application-level events raised by ASP.NET or HttpModules; parsed and compiled at application runtime ; used for handling events during application initialization and shutdown, as well as processing global exceptions and errors.

More Information ASAX files are stored in the root directory of the ASP.NET application and have the name Global.asax . By default, any direct URL requests to ASAX files are rejected. Additionally, external users cannot view or download their source code. NOTE: The Global.asax is optional in ASP.NET Web applications.

Popularity4.1/5

27 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the ASP.NET Server Application file format and Windows apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Microsoft Visual Studio 2012 Icon

Breadcrumbs

DeveloperMicrosoft
Popularity4.1 | 27 Votes

Previous / Next

In-Depth

.ASAX File Extension

ASP.NET Server Application File

DeveloperMicrosoft
Popularity
4.1  |  27 Votes
 

What is an ASAX file?

File used by ASP.NET Web applications; contains program code that is used to respond to application-level events raised by ASP.NET or HttpModules; parsed and compiled at application runtime ; used for handling events during application initialization and shutdown, as well as processing global exceptions and errors.

More Information

ASAX files are stored in the root directory of the ASP.NET application and have the name Global.asax . By default, any direct URL requests to ASAX files are rejected. Additionally, external users cannot view or download their source code.

NOTE: The Global.asax is optional in ASP.NET Web applications.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference ASAX files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Microsoft Visual Studio 2022

Free +

Category: Web Files

Updated: July 9, 2010

FAQ

What is an ASAX file?
File used by ASP.NET Web applications; contains program code that is used to respond to application-level events raised by ASP.NET or HttpModules; parsed and compiled at application runtime; used for handling events during application initialization and shutdown, as well as processing global exceptions and errors.