|
 |
aspx_beginners thread: How to communicate between two servers
Message #1 by Spencer Saunders <spence@s...> on Fri, 26 Apr 2002 10:40:47 -0400
|
|
Hello all,
Does anybody know the function I should be looking at if I wanted a page to
send form variables on to another server after receiving them from another.
Basically server A will post a bunch of form variables to Server B and then
server B will process the variables and return them to Server A.
I just don't know how to send the variables back to Server A from B after
they've been processed.
ideas?
\spencer
Message #2 by "Cliff Schneide" <Cliff_Schneide@n...> on Fri, 26 Apr 2002 10:50:43 -0400
|
|
Because of ViewState, I believe this is already done for you, the server B
using .Net will have all that Server A sent it by the way of the ViewState on
the page. ViewState is on by default.
Cliff Schneide
Web Developer
Computer Aid Inc.
Message #3 by Spencer Saunders <spence@s...> on Fri, 26 Apr 2002 11:15:22 -0400
|
|
But Cliff how do I then construct an HTTP post back to Server A? It should
be noted that I don't even know the platform of server A....
spencer
on 4/26/02 10:50 AM, Cliff Schneide at Cliff_Schneide@n...
wrote:
> Because of ViewState, I believe this is already done for you, the server B
> using .Net will have all that Server A sent it by the way of the ViewState on
> the page. ViewState is on by default.
>
> Cliff Schneide
> Web Developer
> Computer Aid Inc.
>
>
>
>
|
|
 |