addressing a dll through http

  • Thread starter Thread starter eriben
  • Start date Start date
E

eriben

hello,

I am trying to create a class which return an image to the web browser
and I would like to address it like
http://www.x.com/Imaging.dll?ImageId=2. It will return a
Response.BinaryWrite of the image to the browser. How do I fetch that
querystring within a dll??

/Erik
 
Try to do this with a web service and you would not have to use a .dll file.
You could create a class that handles the image return.

j
 
I forgot to say that this is functionality that I wanted to distribute
to other projects within my company which needs images. I already have
that solution but the complexity of it when transferring images >100MB
makes me want to encapsulate the logic...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top