Server.Transfer() on Web Farm

  • Thread starter Thread starter senfo
  • Start date Start date
S

senfo

I'm just curious, what happens to the current Context if you're running
your ASP.NET application in a web farm and transfer values from one page
to the next with the Server.Transfer() method? It should be fine if the
postback is to the same server, but what happens if you postback to
another server in the farm?

Is Server.Transfer() safe to use in a web farm?

Thank you in advance,
 
Patrice said:
This is a server side thing. So AFAIK control is transferred on the same
server...

Oh yeah...that would only make too much sense. This gets filed under
the "duh" category!

At any rate, ignoring the fact that I now feel like a complete idiot, I
appreciate your response!
 
Back
Top