addressing a dll through http

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
 
G

Guest

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
 
E

eriben

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top