I\'m trying to send a file in chunks to an HttpHandler but when I receive the request in the HttpContext, the inputStream is empty.
very simple question for you.. To serve Images is better a web serv开发者_开发知识库ice or a HttpHandler in asp.net c# ?
I have the httphandler on shared webhosting. It works. The httphandler webapp (virtual) dir of this httphandler does not have web.config
Im creating an image which has some text in it, for every customer, the image contains their name and I use the Graphics.DrawString function to create this on the fly, however I should not need to cre
I\'m running und开发者_如何学运维er IIS 6. I\'ve got an HttpHandler that handles requests for a particular file extension (let\'s call the extension .foo).
I\'m trying to stream QuickTime video to an iPhone from an ASP.NET web application using an HttpHandler.When hosting the web application from IIS 5.1 (Windows XP), the video player opens and then disp
I am using an httpHandler to pass all requests for *.gif files to an ashx handler.i only want to do this for requests to a sub-folder within the开发者_如何学JAVA website.The website root is called \'d
I have a HTTPHandler that produces a Captcha image to the user whenever the captcha.ashx page is requested. The code for it is simple: