ASP Web Application Timeout

M

MrLr

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
 
E

Evertjan.

=?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.
 
R

Ray at

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,812
Latest member
GracielaWa

Latest Threads

Top