J
Jeff G.
Hello everyone,
I have read through the newsgroups (thank God for 'em!) extensively looking
for an example of how to pass a file (PDF) from a webresponse stream down to
a web client. Here's the scenario - when the web browser requests a file,
the IIS Server1 has to go back to Server2 to make a request for the file.
Server2 then responds the file back to Server1 and Server1 should be able to
just forward the file down to the web browser. Can someone give me some of
the nitty gritty of how I can properly form the final response from Server1
down to the web browser? I have no trouble getting the response back from
Server2 to Server1. I just now need to format the response properly to get
the file down to the web browser. Many thanks in advance for your help
FYI, all I am looking for is how to format the response. If you want to
give me a code sample, you can assume that I have the WebResponse and start
from there. Again...thanks!!
Jeff G.
I have read through the newsgroups (thank God for 'em!) extensively looking
for an example of how to pass a file (PDF) from a webresponse stream down to
a web client. Here's the scenario - when the web browser requests a file,
the IIS Server1 has to go back to Server2 to make a request for the file.
Server2 then responds the file back to Server1 and Server1 should be able to
just forward the file down to the web browser. Can someone give me some of
the nitty gritty of how I can properly form the final response from Server1
down to the web browser? I have no trouble getting the response back from
Server2 to Server1. I just now need to format the response properly to get
the file down to the web browser. Many thanks in advance for your help
FYI, all I am looking for is how to format the response. If you want to
give me a code sample, you can assume that I have the WebResponse and start
from there. Again...thanks!!
Jeff G.