Response.Redirect will require a roundtrip to the browser, correct? How do
you do the same thing without the roundtrip?
The problem that I am trying to solve is data-dependent routing. I would
like to share state between HTTP requests but I _do not_ want to use the
state sharing facilities provided by ASP.Net.


On Tue, 28 May 2002 13:42:01 -0600, Brad Wilson <[EMAIL PROTECTED]> wrote:

>George Mladenov wrote:
>
>> What I would like to do is to terminate the execution of the current page
>> and begin the execution of another page but on a specific server from the
>> farm.
>
>Generally server farms don't work this way (however, if you wanted to
bounce
>to another server, you might be able to use Response.Redirect, depending on
>how you decide to handle load balancing).
>
>What (specific) problem are you trying to solve that caused you to want to
>do this?
>
>Brad
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to