Top "Ashx" questions

ASP.

How to use output caching on .ashx handler

How can I use output caching with a .ashx handler? In this case I'm doing some heavy image processing and …

asp.net caching ashx
What are .ashx files in an ASP.NET application?

When do you use ashx files in asp.net web application ? Can some one explain in simple terminology with a …

asp.net ashx
How can I make a VERY simple web proxy using ASP.NET?

I'm about to launch a site that was working well until I found the following hiccup: I can't request a …

asp.net proxy ashx
What are the benefits of an ASHX handler file in asp.net?

What are the benefits of using an ashx, or handler? Also, do I need them if I use MVC (and …

handler ashx
response redirect from .ashx file

I have ashx file and I want to redirect from ashx to aspx page. Some solution?

.net ashx
Downloading files using ASP.NET .ashx modules

I have ASP.NET page with an iframe on it for displaying some pdf reports on this page. When user …

c# asp.net pdf download ashx
How do I use an .ashx handler with an asp:Image object?

I have an ashx handler: <%@ WebHandler Language="C#" Class="Thumbnail" %> using System; using System.Web; public class Thumbnail : …

c# asp.net image ashx
.ashx file in asp.net?

What is an .ashx file in asp.net?

asp.net ashx
ASHX handler with ASP.NET MVC 3 and Razor

I would like to use Silverlight Multi File Uploader with ASP.NET MVC 3. The problem is that I need to …

asp.net-mvc-3 ashx
IIS 7.0 503 errors with generic handler (.ashx) implementing IHttpAsyncHandler

I'm running into some performance issues using a generic handler that implements IHttpAsyncHandler. At its simplest, the handler receives a …

asp.net iis-7 ashx ihttpasynchandler http-status-code-503