473,325 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

SessionState server

I'm trying to set up a session state server for a server farm.

We have two servers using load balancing. I set up the same machineKey
settings on each of these two servers. I set up a third serveras the
StateServer (installed ASP.NET and started the service. I changed the
web.config file on the two web servers so that the session state section was
set to StateServer with the correct ip address.

When I load a page locally from the web servers, one one server the page
loads, and on the other server the b rowser simply sits there with the
progress bar in IE gradually getting longer, but never loading or throwing
an error.

When I take out all of the config file changes and load the page either from
within one of the web servers, or from outside, it loads fine. We know the
load balancing works. We can take down one server and still hit the site,
etc.

What else should I be looking for to get this working? Why would the one
server just continue to load forever?

Thanks for any suggestions.

--

Peter Palmieri
Nov 18 '05 #1
1 1234
Never mind. I have no idea what it was, but something was screwed up in my
config files. I seem to have it working now.

--

Peter Palmieri

Peter Palmieri wrote:
I'm trying to set up a session state server for a server farm.

We have two servers using load balancing. I set up the same machineKey
settings on each of these two servers. I set up a third serveras the
StateServer (installed ASP.NET and started the service. I changed the
web.config file on the two web servers so that the session state
section was set to StateServer with the correct ip address.

When I load a page locally from the web servers, one one server the
page loads, and on the other server the b rowser simply sits there
with the progress bar in IE gradually getting longer, but never
loading or throwing an error.

When I take out all of the config file changes and load the page
either from within one of the web servers, or from outside, it loads
fine. We know the load balancing works. We can take down one server
and still hit the site, etc.

What else should I be looking for to get this working? Why would the
one server just continue to load forever?

Thanks for any suggestions.

Peter Palmieri

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Flemming Jensen | last post by:
The idea behind this code is to standardize all my webpages in an application to look the same by inheriting the pages from a userdefined class. But it gives me problems regarding sessionstate... ...
3
by: Kenny | last post by:
Hi , I have created two Web Application - WebApplication1 and WebApplication2 in same machine for testing purpose. e.g http://localhost/WebApplication1.aspx...
3
by: Carpe Diem | last post by:
Hello I have an aspx page that loses Session("user") value after a few minutes even after I set <sessionState mode="InProc" cookieless="false" timeout="300"> in web.config and wrote function...
7
by: Krishnan | last post by:
Hi, Could anyone please let me know how to read SessionState setting from the Web.Config file into an ASPNET application? TIA Krishnan
2
by: spgmbl | last post by:
I have set up the local environment to use sqlserver mode testing. The article i followed to install was here: http://support.microsoft.com/default.aspx?scid=kb;en-us;317604 I also changed the...
1
by: Randall Parker | last post by:
Does the SessionState timeout field in Web.config control how long a logged in session will stay logged in? For example, I want my users to be able to log in once during their work day and for...
0
by: Med | last post by:
Hi, My Settings in web.config: <sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1; Trusted_Connection=yes"...
10
by: Nemisis | last post by:
Hi everyone, I am trying to create a custom error page, that the user gets shown when a error has occurred within my website. The code works perfectly, apart from when an invalid URL is typed...
0
by: somnathmali | last post by:
Suppose I have site xyz.com. Site has a page called show_user.aspx where I need to access the Session variables. But this show_user.aspx page will not be called directly Instead , when user type...
3
by: Moe Sisko | last post by:
Using dotnet 2.0 sp1, I've got ASP.NET session state working ok in SQLServer mode, but the sessions never seem to expire. e.g if I add a timeout attribute like so : <sessionState...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.