Forum Moderators: open

Message Too Old, No Replies

server.transfer()

how to use server.tranfer() for different URLs

         

deepali2005

12:07 pm on Oct 18, 2005 (gmt 0)

10+ Year Member



can we use the server.transfer() method to redirect from one .asp page (of one website) to another .asp page (of another web site)?
if yes, how?
if no, any other way to do this?

Thanks in advance.

topr8

12:11 pm on Oct 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



response.redirect()

deepali2005

4:50 am on Oct 19, 2005 (gmt 0)

10+ Year Member



But I want to post the data from one website to another website.
and the is too huge, so what can I do?
Now I am testing my program using very small data. but i want to do it for huge data. I am using the form Post method to do this now. but i think it will give me problem when data is large.

mrMister

11:10 am on Oct 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like you want to be using SOAP.

qlipoth

3:36 pm on Nov 8, 2005 (gmt 0)

10+ Year Member



I'm having a similar problem and would definatly like to use SOAP. having some trouble finding worthwhile tutorials, though.

Anyone have any links?