Re: Long process -> page can't be displayed
From: John Saunders (johnwsaundersiii_at_notcoldmail.com)
Date: 07/09/04
- Next message: Ken Varn: "Accessing IE features from embedded WinForms control"
- Previous message: John Saunders: "Re: NullReferenceException on Validate()"
- In reply to: Jeroen Pot: "Long process -> page can't be displayed"
- Next in thread: Peter Rilling: "Re: Long process -> page can't be displayed"
- Reply: Peter Rilling: "Re: Long process -> page can't be displayed"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Jul 2004 17:44:08 -0400
"Jeroen Pot" <jm.pot@quicknet.nl> wrote in message
news:284a6$40ef1ab0$52d96a12$25249@news.multikabel.nl...
> 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?
-- John Saunders johnwsaundersiii at hotmail
- Next message: Ken Varn: "Accessing IE features from embedded WinForms control"
- Previous message: John Saunders: "Re: NullReferenceException on Validate()"
- In reply to: Jeroen Pot: "Long process -> page can't be displayed"
- Next in thread: Peter Rilling: "Re: Long process -> page can't be displayed"
- Reply: Peter Rilling: "Re: Long process -> page can't be displayed"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|