Top "Ihttphandler" questions

Defines an endpoint in the ASP.

ASP.NET - Dynamically register an HttpHandler in code (not in web.config)

Possible Duplicate: Any way to add HttpHandler programatically in .NET? Is there a way I can dynamically register an IHttpHandler …

c# asp.net httphandler web-config ihttphandler
How to return XML to the Response stream?

I'm trying to return an xml string from a IHttpHandler to a like this: context.Response.Write(xml); When I …

c# asp.net xml ihttphandler
The URI prefix is not recognized OnDownloadStringCompleted

I've got a problem with simply method whch gets string from asp.net 4 ashx. I'm running below methods from silverlight …

c# web-services ihttphandler
Change ASP.NET MVC Routes dynamically

usually, when I look at a ASP.Net MVC application, the Route table gets configured at startup and is not …

c# .net asp.net-mvc url-routing ihttphandler
Error when calling MvcHttpHandler.ExecuteRequest from custom IHttpHandler

I have a custom IHttpHandler that calls MvcHttpHandler implemented as described in this answer. It worked well in asp.net …

.net-4.0 asp.net-mvc-4 ihttphandler
Uploadify ashx file Context.Session gets null

I have a file upload in my site which is done using uploadify it uses a ashx page to upload …

c# asp.net .net uploadify ihttphandler
Stream (and convert?) multi-page TIFF using ASP.NET

I have built a simple image viewer in .NET and have the requirement to display multi-frame TIFF images in the …

asp.net vb.net tiff ihttphandler
Accessing context session variables in c#

I have an ASP.NET application and dll which extends IHttpModule. I have used the below method to save the …

c# session ihttphandler ihttpmodule
Filehandler in asp.net

I need to track when a pdf is opened in my web app. Right now I am writing to a …

c# asp.net httphandler ihttphandler