The extension ASPX stands for Active Server Pages Extended (ASP.NET) and represents the successor to the Internet technology ASP. This technology developed by Microsoft Corporation is used for the server-side creation of dynamic web pages and has little in common with the old ASP version ,
Files with the extension ASPX are standard HTML documents in which one or more scripts are embedded. These scripts can be written in VBScript or JScript, the JavaScript alternative from Microsoft. In addition, programs in VB.Net or C #, which are source code files on the server, can be used via the ASPX page.
Since ASPX files are typically executed on a web server, any browser can be used to display the resulting document. Aspx files are similar to PHP or CGI. The users never get to see the actual ASPX file, but only the created HTML page.
ASPX files are just text files that can be processed on an ASP.NET server. They can be opened and edited in any text editor, however it is recommended to use editors with developer functions such as syntax highlighting for easier work.
The extension ASPX is mostly used instead of htm or html on websites, if the server is running under Microsoft IIS and uses ASP.NET. On Linux there is a possibility with mono to develop and host ASP.NET pages on a Linux system (with restrictions).
Most often resolving problems with opening ASPX files is very simple. Just install an appropriate program that supports such files. All of the listed programs support ASPX files, but may vary in offered function and purpose. Some programs may be capable only of viewing contents of ASPX files or offer file conversion options, but may not be capable of editing such files.
It is possible that although a compatible program has been installed on user’s system, it is not used by the system to open it. This may happen because no default application was associated with this type of files. To associate ASPX files with given application, select "Open with" from drop-down menu (accessed by right-clicking on the file). Then select from the list the program or application you want to be used to open this type of file. If the Visual Studio applications is not on the list, select "Browse" option in order to manually locate the directory where Visual Studio has been installed.
Sometimes problems with opening ASPX files may not lie with the application itself, but can arise due to other causes, such as: