I have employee images stored in my EMPPhotos table on SQL Server 2008 R2 in an image datatype. I created a generic handler to get the image from the t
EMPPhotos
image
Change your ContentType.
ContentType
From:
context.Response.ContentType = "text/bmp"
To:
context.Response.ContentType = "image/bmp"