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)
response.redirect()
deepali2005
4:50 am on Oct 19, 2005 (gmt 0)
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)
Sounds like you want to be using SOAP.
qlipoth
3:36 pm on Nov 8, 2005 (gmt 0)
I'm having a similar problem and would definatly like to use SOAP. having some trouble finding worthwhile tutorials, though.