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,
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,