ASAX

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.
What is asax file?
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
How to open asax file?
Use Visual Studio or any text editing tool to view content of *.asax files.
How to convert asax file?
Probably cannot be converted to other formats.
Suggested software to open asax file:
Associated software actions with the asax file
Software applications that can open asax files:
NotePad++ text editor (Microsoft Windows)
Adobe Dreamweaver (Microsoft Windows)
TextEdit (Apple macOS / Mac OS X)
Adobe Dreamweaver for Mac (Apple macOS / Mac OS X)
Microsoft Visual Studio (Multiplatform)
Software applications that can edit asax files:
Microsoft Visual Studio (Multiplatform)
Software capable of saving asax files:
Microsoft Visual Studio (Multiplatform)
Software apps that create asax files:
Microsoft Visual Studio (Multiplatform)
Software applications that handle other tasks involving asax files:
ASP.NET (Microsoft Windows)
Microsoft Internet Information Services (Microsoft Windows)