Long process -> page can't be displayed

J

Jeroen Pot

Hi,

i have an asp.net web application. A user can start a process which takes a
long time, about 1.5 hour.
but after about an hour, internet explorer display's the page:

"The page cannot be displayed".

If i look at the processlist, the aspnet_wp.exe is still running fine. And
the last action before ending is write a small text file. It does it
perfectly. So i conclude it's no server side problem.

Does anyone know why internet expolorer displays that message. And how to
prevent it from comming up?
 
J

John Saunders

Jeroen Pot said:
Hi,

i have an asp.net web application. A user can start a process which takes a
long time, about 1.5 hour.
but after about an hour, internet explorer display's the page:

"The page cannot be displayed".

If i look at the processlist, the aspnet_wp.exe is still running fine. And
the last action before ending is write a small text file. It does it
perfectly. So i conclude it's no server side problem.

Does anyone know why internet expolorer displays that message. And how to
prevent it from comming up?

I can't directly answer your question, but: are you sure you want to trust
your users to stay on the same page for 1.5 hours? Why not just start the
long-running process and allow the user to come back and check for status
later?
 
P

Peter Rilling

That would be my advice also. In addition, you could force the page to
refresh periodically to provide them with updated status (if they stayed on
the page).
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top