Advertisement

1 - 7 of 7 containing alltags:("stateserver") (0.001 seconds)
Hi, I have a web that is running on 2 servers with IIS6 and webfarm. I'm using a stateserver to store the sessions. My question is: Is there a way to use a stateserver to store global variabl...
Zones: C#Date Answered: 03/14/2005 Grade: C Views: 0
Hello all, I've been working with ASP.NET for a bit now, and have set up a load-balanced cluster of two Windows 2003 servers (IIS 6.0) for a web app I wrote, and am using the "StateServer" meth...
Zones: .Net Application Servers, Microsoft IIS...Date Answered: 04/10/2007 Grade: A Views: 104
Hi, I am trying to save dropdownList control in arraylist and then saving that arraylist in a StateServer session. I am getting serialzable error becosue dropdownlist is not serialzable class...
Zones: ProgrammingDate Answered: 11/10/2005 Grade: B Views: 0
my web application shows a dynamic left navigation bar based on user flags from the database. currently, the app queries the database when the user logs in and builds the navigation bar as an array...
Zones: .NETDate Answered: 05/08/2003 Grade: A Views: 0
Hello, I am trying to load balance a site with 2 servers and I am having a problem setting this up. This is what I have so far: im running windows 2003 1. machine.config on each server has i...
Zones: ASP.Net ProgrammingDate Answered: 10/11/2004 Grade: C Views: 0
I have to pass the session variable between 2 applications in the same machine.  <sessionState             mode="StateServer             stateConnectionString="tcpip=127.0.0.1:42424"          ...
Zones: .NETDate Answered: 07/30/2003 Grade: A Views: 0
I am running an ASP.NET application where I have defined that sessions are handled by StateServer, like this: <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cooki...
Zones: ASP.Net ProgrammingDate Answered: 09/08/2007 Grade: A Views: 0
  • 1