...
> Yes its correct.
> Its a page + "?" + imageHandler.PublicVar + "=" + KeyID
> something like.. page.aspx?keyid=10
> When I view the source html output it's exactly right.
> "PlatinumBay" <stevan@community.nospam> wrote in message
> news:Oj4uU9%23pHHA.1216@TK2MSFTNGP03.phx.gbl...
>> Joe,
>> The Src attribute doesn't look correct. It appears like "page.extension"
>> + "page.extension?keyid=9". Is this correct?
>> When you view the source of the page, does the URL appear correct to what
>> you had set up in Web.Config?
>> Steve
>> "Joe Reiss" <joere@bellsouth.net> wrote in message
>> news:dFl9i.21894$dy1.13129@bigfe9...
>>> Hi All,
>>> Using vs 2005, c#, ms sql 2005 asp.net web site.
>>> Using httphandler to generate dynamic image from sql server database.
>>> Going according to instructions from msn:
>>> I'm using is Resuable and Process Request procedures. ProcessRequest
>>> has logging code and calls System.Diagnostics.Debugger.launch() - never
>>> get gets called.
>>> I call the photo using image.Src = "abc.xyz=" + "x.y?keyid=9". I have
>>> everything set up in Web.Config in <httpHandlers> to register the
>>> httpHandler. This thing just refuses to work.
>>> Please any ideas?
>>> thnx,
>>> Joe
>>> I