Hi,
You should only need to modify your web application's web.config to use an
IHttpHandler.
On the other hand, using some WebForm to output image data is also easy to
achieve, all you need is to correctly set the HTTP header and the
ContentType, please refer to following KBs:
How To Write Binary Files to the Browser Using ASP.NET and Visual C# .NET
(
http://support.microsoft.com/kb/306654)
HOW TO: Read and Write BLOB Data by Using ADO.NET Through ASP.NET
(
http://support.microsoft.com/kb/326502)
Regards,
Walter Wang (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.