473,385 Members | 1,919 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,385 software developers and data experts.

asp.net page timing out sooner than expected

Hi,
we have a website built using .Net Framework 2 and Visual Studio
2005 Beta 2. It has a session timeout setting of 20 minutes of
inactivity, set in the web.config. But some of our users are timing out
sooner than 20 minutes (5 minutes even). Any idea why this may be
happening to some but not others and what we can do to fix it?
thanks,.

Nov 19 '05 #1
2 1445
If you're using IIS6 (i.e. windows 2003) check the worker process idle
timeout setting. this causes the whole application to unload after a
specified idle period.

start iis manager
select application pools
properties
performance tab
top section "idle timeout"

default is 20 mins but if it has been reduced it could account for your
symptoms

while you're there, also check the worker process recycling. this unloads
the application at specified intervals even if users are actively using it.
I always disable this.

Andy

"whatanut" <to**********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi,
we have a website built using .Net Framework 2 and Visual Studio
2005 Beta 2. It has a session timeout setting of 20 minutes of
inactivity, set in the web.config. But some of our users are timing out
sooner than 20 minutes (5 minutes even). Any idea why this may be
happening to some but not others and what we can do to fix it?
thanks,.

Nov 19 '05 #2
thanks andy, but we've already checked these settings. Also settings for
worker process memory limits. Its not all the users that are facing this
issue, its only a few and they don't seem to have anything in common.

"Andy Fish" wrote:
If you're using IIS6 (i.e. windows 2003) check the worker process idle
timeout setting. this causes the whole application to unload after a
specified idle period.

start iis manager
select application pools
properties
performance tab
top section "idle timeout"

default is 20 mins but if it has been reduced it could account for your
symptoms

while you're there, also check the worker process recycling. this unloadsthe application at specified intervals even if users are actively using it.I always disable this.

Andy

"whatanut" <to**********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googleg roups.com...
Hi,
we have a website built using .Net Framework 2 and Visual Studio
2005 Beta 2. It has a session timeout setting of 20 minutes of
inactivity, set in the web.config. But some of our users are timing out sooner than 20 minutes (5 minutes even). Any idea why this may be
happening to some but not others and what we can do to fix it?
thanks,.



--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #3

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

Similar topics

4
by: Roy Smith | last post by:
In the recent "transforming a list into a string" thread, we've been discussing the fact that list.pop() is O(1), but list.pop(0) is O(n). I decided to do a little timing experiment. To be sure,...
19
by: John Keeling | last post by:
Dear all, I tried the test program below. My interest is to examine timing differences between insert vs. append & reverse for a list. My results on my XP Python 2.3.4 are as follows:...
179
by: SoloCDM | last post by:
How do I keep my entire web page at a fixed width? ********************************************************************* Signed, SoloCDM
7
by: Steven D'Aprano | last post by:
I have two code snippets to time a function object being executed. I expected that they should give roughly the same result, but one is more than an order of magnitude slower than the other. ...
2
by: Steven D'Aprano | last post by:
The timeit module is ideal for measuring small code snippets; I want to measure large function objects. Because the timeit module takes the code snippet argument as a string, it is quite handy...
15
by: Jay | last post by:
I have a multi threaded VB.NET application (4 threads) that I use to send text messages to many, many employees via system.timer at a 5 second interval. Basically, I look in a SQL table (queue) to...
2
by: julie.siebel | last post by:
Google apparently ate my original post to this (grr) so this'll be a bit more vague than the initial post, but...*sigh*. Javascript is not my forte, and I apologize for the acky-ness of the...
11
by: PW | last post by:
One of my ASP's was working fine for a long time. Now it has started constantly refreshing itself. Everytime I run it I just get the first part of the page, then it refreshes itself, the rest of...
2
by: Peter | last post by:
I have a Web page which calls a WebService, this web service call might take few seconds to up 30 min I was thinking of having a webpage query the webservice every minute to keep it form timing...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.