views:

13

answers:

1

Hi Guys,

I'm trying to create an ashx httphandler to display images from SQL Server 2008 using SQL FILESTREAM. Does anyone have an example of the web.config setting and ashx code needed to do this?

Thanks!

Richard.

A: 

Take a look at this article. Goes over using filestream with an ashx.

I'd post the code but it is fairly long.

Abe Miessler