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

Timeout - délai dépassé

J'ai un module de chargement et tant que ma base est petite il n'y a pas de
probleme. Mais pour des tests j'ai chargé un max de données et maintenant
lors du chargement, j'ai un probleme.
Voila ce qui se passe: le chargement commence sans probleme et à un moment
le navigateur change de page (mais l'url ne change pas) et met un message
impossible de trouver la page, alors que le chargement n'est pas terminé.

J'ai pensé à un problème de timeout mais j'ai mis dans mon code :
Server.ScriptTimeout=1200;
Page.Session.Timeout=20;

et ca ne change rien
Si quelqu'un a une idée ca serait cool

Merci par avance
Alban
////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////
I have a load module and as long as my base is small there is no
problem. But for tests I charged a maximum of data and maintaining at the
time of the loading, I have a problem. So what occurs: the loading
starts without problem and after a little moment the navigator changes page
(but
the URL does not change) and puts a message impossible to find the
page, whereas the loading is not finished.

I thought of a problem of timeout but I put in my code:
Server.ScriptTimeout=1200;
Page.Session.Timeout=20;

and it does not change anything If somebody has an idea it would be
fun

Thank you by advance
Alban
Jul 19 '05 #1
2 3414
oops sorry, you tried that

"alban" <ab**@microsoft.fr> wrote in message
news:c8**********@news-reader2.wanadoo.fr...
J'ai un module de chargement et tant que ma base est petite il n'y a pas de probleme. Mais pour des tests j'ai chargé un max de données et maintenant
lors du chargement, j'ai un probleme.
Voila ce qui se passe: le chargement commence sans probleme et à un moment
le navigateur change de page (mais l'url ne change pas) et met un message
impossible de trouver la page, alors que le chargement n'est pas terminé.

J'ai pensé à un problème de timeout mais j'ai mis dans mon code :
Server.ScriptTimeout=1200;
Page.Session.Timeout=20;

et ca ne change rien
Si quelqu'un a une idée ca serait cool

Merci par avance
Alban
//////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////
I have a load module and as long as my base is small there is no
problem. But for tests I charged a maximum of data and maintaining at the
time of the loading, I have a problem. So what occurs: the loading
starts without problem and after a little moment the navigator changes page (but
the URL does not change) and puts a message impossible to find the
page, whereas the loading is not finished.

I thought of a problem of timeout but I put in my code:
Server.ScriptTimeout=1200;
Page.Session.Timeout=20;

and it does not change anything If somebody has an idea it would be
fun

Thank you by advance
Alban

Jul 19 '05 #2
try
Server.ScriptTimeout = 240 '4 minutes

"alban" <ab**@microsoft.fr> wrote in message
news:c8**********@news-reader2.wanadoo.fr...
J'ai un module de chargement et tant que ma base est petite il n'y a pas de probleme. Mais pour des tests j'ai chargé un max de données et maintenant
lors du chargement, j'ai un probleme.
Voila ce qui se passe: le chargement commence sans probleme et à un moment
le navigateur change de page (mais l'url ne change pas) et met un message
impossible de trouver la page, alors que le chargement n'est pas terminé.

J'ai pensé à un problème de timeout mais j'ai mis dans mon code :
Server.ScriptTimeout=1200;
Page.Session.Timeout=20;

et ca ne change rien
Si quelqu'un a une idée ca serait cool

Merci par avance
Alban
//////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////
I have a load module and as long as my base is small there is no
problem. But for tests I charged a maximum of data and maintaining at the
time of the loading, I have a problem. So what occurs: the loading
starts without problem and after a little moment the navigator changes page (but
the URL does not change) and puts a message impossible to find the
page, whereas the loading is not finished.

I thought of a problem of timeout but I put in my code:
Server.ScriptTimeout=1200;
Page.Session.Timeout=20;

and it does not change anything If somebody has an idea it would be
fun

Thank you by advance
Alban

Jul 19 '05 #3

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

Similar topics

9
by: E Sullivan | last post by:
I am having a time out issue when multiple users are accessing the server. This time out does not happen all of the time. My understanding is that the time out value is actually set in two places....
4
by: DavidS | last post by:
First: There are several ways to confuse one regarding session timeout. (1) web.config - <sessionState timeout="20"> (2) IIS Manager | Internet Information Services | ServerNode | Default Web Site...
4
by: UJ | last post by:
I have a page where the user can upload a video file. As you can guess, this may take a while. Is there a way I can change the session timeout for just this one page? I would also want to change...
7
by: icemtn0611 | last post by:
Is there a way for javascript to detect activity in a child iframe that references a foriegn domain? i.e. It appears that security restrictions prevent events from propagating to the parent. ...
22
by: Nick Craig-Wood | last post by:
Did anyone write a contextmanager implementing a timeout for python2.5? I'd love to be able to write something like with timeout(5.0) as exceeded: some_long_running_stuff() if exceeded:...
25
by: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= | last post by:
I tried: <sessionState timeout="1"> </sessionState> bounced IIS, and after 1 minute still had a session. ??? -- thanks - dave
5
by: Masso | last post by:
Hallo to the group, my question is this: where i have to set timeout in a web application? If i set into sessionState with property Timeout="60", after 20 minutes the session is over. Always...
2
by: Doogie | last post by:
Hello, this is kind of a javascript/.net question so I'm going to post in both places. In an app I'm trying to look at, there is a refresh of a page being done ever 2 minutes. This is being...
2
by: JimLad | last post by:
Hi, I've got a very basic asp.net page that accesses a very slow db query and siplays to screen. I'm hitting a timeout aftre about 3.5 to 4.5 minutes - seems to be variable. SQL connection...
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...
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
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.