Assuming that I have already fetched a byte array from the database, how do I create a ASP.NET HTTP Handler that would return the image?
1 Answer
I asked a similar question here:
Streaming Databased Images Using HttpHandler
Important: I ended up using a DataReader instead.