aspx thread: Page Timeout
Message #1 by "Alvin Ling" <alvin.ling@i...> on Thu, 12 Dec 2002 11:18:16 -0500
|
|
I have a page that requires a significant amount of processing time.
How can I extend the default timeout for that specific page?
Message #2 by "Rich K" <rich@r...> on Thu, 12 Dec 2002 14:45:47 -0500
|
|
This is just a possiblity... You may want to create a console application
and have the web application start the console program when needed. This
will let the program run in the background regardless of how long it takes.
Just an Idea. Rich
-----Original Message-----
From: Alvin Ling [mailto:alvin.ling@i...]
Sent: Thursday, December 12, 2002 11:18 AM
To: ASP.NET
Subject: [aspx] Page Timeout
I have a page that requires a significant amount of processing time.
How can I extend the default timeout for that specific page?
Message #3 by "Alex Homer" <alex@s...> on Sat, 14 Dec 2002 01:12:56 -0000
|
|
Server.ScriptTimeout = {number of seconds} ??
ms-help://MS.NETFrameworkSDK/cpref/html/frlrfSystemWebHttpServerUtilityPrope
rtiesTopic.htm
"Alvin Ling" <alvin.ling@i...> wrote in message
news:244110@a...
>
> I have a page that requires a significant amount of processing time.
> How can I extend the default timeout for that specific page?
>
>
>
>
>
|