Loading...
ASP.NET application optional source
File type: Source code and script file
An asax file extension is related to the ASP.NET a server side scripting technology. An asax file stores optional source code for ASP.NET application.
File type category:
Source code and script file
Date updated: November 7, 2024
The asax file extension is related to Microsoft's ASP.NET server side scripting technology - a free technology that allows programmers to create dynamic web sites and applications.
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTP modules.
The Global.asax file resides in the root directory of an ASP.NET application. At run time, Global.asax is parsed and compiled into a dynamically generated .NET Framework class derived from the HttpApplication base class. ASP.NET is configured so that any direct URL request for the Global.asax file is automatically rejected; external users cannot download or view the code in it.
Mime types:
application/xml
Use Visual Studio or any text editing tool to view content of *.asax files.
Probably cannot be converted to other formats.
Software applications that can open asax files:
Microsoft Windows
Apple macOS / Mac OS X
Multiplatform
Software applications that can edit asax files:
Multiplatform
Software capable of saving asax files:
Multiplatform
Software apps that create asax files:
Multiplatform
Software applications that handle other tasks involving asax files:
Microsoft Windows
ASP.NET technology overview with main description of its features with additional related informatio...