.ASPX 文件扩展名

Active Server Page Extended Webpage

开发者 Microsoft
受欢迎程度
3.8  |  560 
 
🔍使用File Helper直接在您的网络浏览器中打开 .ASPX 文件在线查看

什么是 ASPX 文件?

An ASPX file is a webpage written in the Active Server Page Extended (ASPX) format. Web servers running Microsoft's ASP.NET framework use ASPX files to generate dynamic webpages. Each ASPX file consists of Active Server Page markup and one or more scripts written in the VBScript or C# programming language. Web servers translate this content into standard HTML, before sending it to a user's web browser.

更多信息

在 Microsoft Visual Studio Code 中打开的 .aspx 文件截图
在 Microsoft Visual Studio Code 中打开的 ASPX 文件

ASP.NET is a web application framework that developers use to create dynamic websites and webpages. For example, a web developer might use ASP.NET to create a web app that consists of several, interconnected fillable forms.

Primarily, developers create and save ASP.NET webpages as ASPX files. They then place these files on web servers that support the ASP.NET framework. When a user's web browser requests the webpage an ASPX file describes, the web server first translates the markup and scripts the file contains into HTML content. The user's web browser then displays this content as it would any other HTML webpage.

Typical internet users are most likely to encounter ASPX files as webpages displayed in their web browser. These ASPX files have already been translated into HTML content. While viewing one of these webpages, you can right-click and select View/Show Page Source to view the HTML version of the ASPX webpage.

Can you download an ASPX file from a web server?

Some web developers may want to download the untranslated version of an ASPX file from another user's web server. (For example, to view the markup and scripts another developer used to create a webpage.) Unfortunately, unless you have login credentials for the associated web server, there is no way to download the untranslated version of an ASPX file.

如何打开 ASPX 文件

If you want to edit the markup and code an ASPX file contains, you should open it with Microsoft Visual Studio (Windows), Adobe Dreamweaver (Windows, Mac), or another web app development program that supports the ASPX format. These programs contain tools that make it easier to view, understand, and edit ASPX files' contents.

If you just want to take a look at the text an ASPX file contains, you can open it with Microsoft Notepad (Windows), Apple TextEdit (Mac), or any other text editor. You can also drag the file to your web browser.

可打开 ASPX 文件的程序

分类: 网页
更新时间: 2023-06-16

验证者 FileInfo.com

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

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