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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21337617.html
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...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/.Net/Q_224466...
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...
http://www.experts-exchange.com/Programming/Misc/Q_21626388.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20610292.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21138225.html
I have to pass the session variable between 2 applications in the same machine.
<sessionState
mode="StateServer
stateConnectionString="tcpip=127.0.0.1:42424"
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20691673.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22791292.html