FileInfo

Languages

Overview

What is an ASHX file? An ASHX file is a webpage that is part of an ASP.NET web server application. It contains references to other pages hosted on the web server that are sent to the user's web browser. ASHX files are processed by the server's ASP.NET HTTP Handler when a client web browser requests the page.

More Information Sometimes ASHX files are used for sending .PDF files to the user's browser, since the ASHX file has a reference to the PDF document. However, when the file is downloaded, the file extension is not renamed to .pdf and remains with the .ashx file extension. In this case, you can rename the file extension to .pdf and view it with Adobe Reader or another PDF viewer. You can also sometimes fix this problem by making sure that the web browser has the Adobe Reader plug-in installed. If installed, the PDF file may then open directly in the browser. NOTE: Many ASHX pages have only a small amount of code, even as short as a single line. Page functions are written in the C# programming language.

Popularity3.5/5

134 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the ASP.NET Web Handler file format and Mac and Windows apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Microsoft Visual Studio 2010 Icon

Breadcrumbs

DeveloperMicrosoft
Popularity3.5 | 134 Votes

Previous / Next

In-Depth

.ASHX File Extension

ASP.NET Web Handler File

DeveloperMicrosoft
Popularity
3.5  |  134 Votes
 

What is an ASHX file?

An ASHX file is a webpage that is part of an ASP.NET web server application. It contains references to other pages hosted on the web server that are sent to the user's web browser. ASHX files are processed by the server's ASP.NET HTTP Handler when a client web browser requests the page.

More Information

Sometimes ASHX files are used for sending .PDF files to the user's browser, since the ASHX file has a reference to the PDF document. However, when the file is downloaded, the file extension is not renamed to .pdf and remains with the .ashx file extension. In this case, you can rename the file extension to .pdf and view it with Adobe Reader or another PDF viewer. You can also sometimes fix this problem by making sure that the web browser has the Adobe Reader plug-in installed. If installed, the PDF file may then open directly in the browser.

NOTE: Many ASHX pages have only a small amount of code, even as short as a single line. Page functions are written in the C# programming language.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open ASHX files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Microsoft Visual Studio 2022

Free +

Any web browser

Any text editor

Mac

MacroMates TextMate

Free

Any web browser

Category: Web Files

Updated: November 8, 2016

FAQ

What is an ASHX file?
An ASHX file is a webpage that is part of an ASP.NET web server application. It contains references to other pages hosted on the web server that are sent to the user's web browser. ASHX files are processed by the server's ASP.NET HTTP Handler when a client web browser requests the page.