473,385 Members | 1,324 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 Web Application Timeout

Greetings,

I have an ASP web application that is written in VBScript, uses MS Access
2000 for record storage, and is running on a Windows 2000 Professional SP4
computer with IIS 5. The application can be started, have a record updated
and stored, and then terminate successfully on demand. I would like to have
the application remain active on the IIS Server without timing out, but when
I attempt to run it in that way, I receive a message (usually first thing in
the morning) of "An Eror Occurred - Your Session Timed Out". I have set the
Session Timeout feature in IIS to 1440 minutes, and the Server Script Timeout
feature in IIS to 1000000 seconds, but the application still times out each
morning.

Can anyone tell me what else I need to do to keep this application available
all day and all night?

Thanks!

MrLr
Jul 19 '05 #1
4 5156
> would like to have
the application remain active on the IIS Server without timing out,
WHY?

Ray at work
"MrLr" <Mr**@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com... Greetings,

I have an ASP web application that is written in VBScript, uses MS Access
2000 for record storage, and is running on a Windows 2000 Professional SP4
computer with IIS 5. The application can be started, have a record updated
and stored, and then terminate successfully on demand. I would like to
have
the application remain active on the IIS Server without timing out, but
when
I attempt to run it in that way, I receive a message (usually first thing
in
the morning) of "An Eror Occurred - Your Session Timed Out". I have set
the
Session Timeout feature in IIS to 1440 minutes, and the Server Script
Timeout
feature in IIS to 1000000 seconds, but the application still times out
each
morning.

Can anyone tell me what else I need to do to keep this application
available
all day and all night?

Thanks!

MrLr

Jul 19 '05 #2
=?Utf-8?B?TXJMcg==?= wrote on 10 aug 2004 in
microsoft.public.inetserver.asp.general:
I have an ASP web application that is written in VBScript, uses MS
Access 2000 for record storage, and is running on a Windows 2000
Professional SP4 computer with IIS 5. The application can be started,
have a record updated and stored, and then terminate successfully on
demand. I would like to have the application remain active on the IIS
Server without timing out, but when I attempt to run it in that way, I
receive a message (usually first thing in the morning) of "An Eror
Occurred - Your Session Timed Out". I have set the Session Timeout
feature in IIS to 1440 minutes, and the Server Script Timeout feature
in IIS to 1000000 seconds, but the application still times out each
morning.

Can anyone tell me what else I need to do to keep this application
available all day and all night?


Session timeout and application timeout are not the same things.
Script timout is something else again.

It seems to me it is not the timeout but the approach to a solution of your
programming whishes that is the problem.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #3
Ray,

That is what management has requested.

Thanks

"Ray at <%=sLocation%> [MVP]" wrote:
would like to have
the application remain active on the IIS Server without timing out,


WHY?

Ray at work
"MrLr" <Mr**@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com...
Greetings,

I have an ASP web application that is written in VBScript, uses MS Access
2000 for record storage, and is running on a Windows 2000 Professional SP4
computer with IIS 5. The application can be started, have a record updated
and stored, and then terminate successfully on demand. I would like to
have
the application remain active on the IIS Server without timing out, but
when
I attempt to run it in that way, I receive a message (usually first thing
in
the morning) of "An Eror Occurred - Your Session Timed Out". I have set
the
Session Timeout feature in IIS to 1440 minutes, and the Server Script
Timeout
feature in IIS to 1000000 seconds, but the application still times out
each
morning.

Can anyone tell me what else I need to do to keep this application
available
all day and all night?

Thanks!

MrLr


Jul 19 '05 #4
I suggest you explain to them how web-based applications work... Is the use
of cookies an option? What is the reason that you need your sessions to
never time out? Is it for login purposes or something?

Ray at work
"MrLr" <Mr**@discussions.microsoft.com> wrote in message
news:2F**********************************@microsof t.com...
Ray,

That is what management has requested.

Thanks

"Ray at <%=sLocation%> [MVP]" wrote:
> would like to have
> the application remain active on the IIS Server without timing out,


WHY?

Ray at work
"MrLr" <Mr**@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com...
> Greetings,
>
> I have an ASP web application that is written in VBScript, uses MS
> Access
> 2000 for record storage, and is running on a Windows 2000 Professional
> SP4
> computer with IIS 5. The application can be started, have a record
> updated
> and stored, and then terminate successfully on demand. I would like to
> have
> the application remain active on the IIS Server without timing out, but
> when
> I attempt to run it in that way, I receive a message (usually first
> thing
> in
> the morning) of "An Eror Occurred - Your Session Timed Out". I have set
> the
> Session Timeout feature in IIS to 1440 minutes, and the Server Script
> Timeout
> feature in IIS to 1000000 seconds, but the application still times out
> each
> morning.
>
> Can anyone tell me what else I need to do to keep this application
> available
> all day and all night?
>
> Thanks!
>
> MrLr


Jul 19 '05 #5

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

Similar topics

2
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET ...
6
by: B B | last post by:
Okay, here is what's happening: I have a reasonably fast laptop (1.4 GHz Mobile M, so comparable to 2.5GHz P4) doing .net development. Running Windows XP pro, SP2 IIS is installed and running...
5
by: Homer J. Simpson | last post by:
Hi, Any idea to get the -REAL- number of active users -WITHOUT- this kind of code ? ---------------------------------------------------------------------------- --------- Sub Session_OnStart...
8
by: TrtnJohn | last post by:
I have an application where I would like to block waiting on an asynchronous event and still process messages. I can implement a hard loop to block such as: Do While StillWaiting...
13
by: Amjad | last post by:
Hi, Is there an equivalent to the "Application.Doevents" method in modules or Windows services? I want to make a Windows service that calls a DLL. The DLL would have all my functions and it...
2
by: WB | last post by:
Hi, I have a Windows Application in C# that has some long-running codes. When I tried to run the program in debug mode, it eventually gave an error: Timeout expired. The timeout period elapsed...
10
by: Atul Shukla | last post by:
Hi, How can I avoid application timeout? Generally a web application time out is 20 minutes, however, we can define this timeout in web.config to any number of minutes. After giving 500 minutes of...
4
by: benjaminkang | last post by:
I'm very new to Coldfusion and action script, but due to job requirements, i got allocated the task of developing a cfm page where the user logs in using the embedded swf file and everything was...
0
by: benjaminkang | last post by:
I'm very new to Coldfusion and action script, but due to job requirements, i got allocated the task of developing a cfm page where the user logs in using the embedded swf file and everything was...
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...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.