Re: putting embedded GIF resource into the Response stream

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

ashelley_at_inlandkwpp.com
Date: 08/04/04


Date: Wed, 04 Aug 2004 21:21:46 GMT

On Wed, 4 Aug 2004 14:15:02 -0700, Keith Harris
<KeithHarris@discussions.microsoft.com> wrote:

>The gif image doesn't exist on the web server, it's embeded into the assembly.
>

then you will have to write a page that extracts it and dumps it to
the response stream. then img src='myimagefromdll.aspx'

-Adam