Hello,
Not sure if this one has been discussed before.
We are moving our ASP.NET applications to run on a cluster. The problem that we have is that this cluster will also be serving the
ASP applications. Several of the ASP applications created by other teams use the session state. This works fine in a non-clustered
environment. However in the cluster we have the problem that the requests will not be processed by the same machine and hence lose
the session.
We are using Application Center 2000 as the cluster controller software. It offers a function called "Enable Web Request
Forwarding" which routes the sessions to the machine on which the session was created. This is where our problem lies. We do not
desire this function to work with the ASP.NET application (as we want full load balancing and it does not rely on the session
state). Does anyone have any experience with this kind of setup?
Is it possible to filter out the ASP.NET applications so that they are not forwarded?
Thanks in advance,
Aiden