File TypeActive Server Page Extended File
What is an ASPX file?
An ASPX file is an Active Server Page Extended (ASPX) file that contains VBScript or C# code. It is a server-generated webpage that contains scripts, which are processed on the web server and the resulting HTML is sent to the user's web browser. ASPX files are often written with Microsoft Visual Web Developer and designed for the Microsoft ASP.NET framework.
More Information
ASPX pages are also called ".NET Web forms." They can be identified in a web browser when the URL in the address field ends in ".aspx".
Common ASPX Filenames
Default.aspx - The default webpage loaded when a client browser requests a Web server directory on a Microsoft IIS-based server that uses ASP.NET. For example, when a client requests http://www.sampledomain.com/, the server loads http://www.sampledomain.com/Default.aspx, unless it is configured to load a different file.
FREE DOWNLOAD
Open and view .ASPX files with File Viewer Plus.
Programs that open ASPX files
Updated 1/2/2019