.ASAX 文件扩展名

ASP.NET Server Application File

开发者 Microsoft
受欢迎程度
4.1  |  27 
 

什么是 ASAX 文件?

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.

更多信息

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.

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

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 ASAX 文件的程序

分类: 网页
更新时间: 2010-07-09

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 ASP.NET Server Application 文件格式和 Windows 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们