J
Joe Reiss
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
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