I am trying to use asp to download a file located on a different
server. I can use ADODB.Stream, LoadFromFile(\\ Server\Somethin g) and
the Response.Binary Write successfully, but only if I create an
IUSR_XXXX account on the other machine. What other alternatives do
I have, or is this the best method? Could I use a com object that ran
as a valid user on the other server to copy the file back to the IIS
server? Thanks in advance.
server. I can use ADODB.Stream, LoadFromFile(\\ Server\Somethin g) and
the Response.Binary Write successfully, but only if I create an
IUSR_XXXX account on the other machine. What other alternatives do
I have, or is this the best method? Could I use a com object that ran
as a valid user on the other server to copy the file back to the IIS
server? Thanks in advance.
Comment