Does ASP.net 1.1 support Generic HttpHandlers ?
Posted
by Campos
on Stack Overflow
See other posts from Stack Overflow
or by Campos
Published on 2010-04-14T22:22:44Z
Indexed on
2010/04/14
22:33 UTC
Read the original article
Hit count: 294
I need to get an image from a SQL Server as a byte[], and load it to a WebControl.Image. The only seemingly good way to do it that I found is to implement IHttpHandler and handle the request accordingly.
But I'm stuck to using asp.net 1.1. Does it support ashx files?
© Stack Overflow or respective owner