473,406 Members | 2,633 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,406 software developers and data experts.

Page Timeout for a single page

I can't seem to find anything about setting the timeout for an individual
page. I have a long running post to a page, but the post is done from an
applet, so the browser doesn't have a timeout problem. But the server is
closing the connection and terminating the request after 90 sec (the default
timeout).

I don't want to change the page timeout for the whole application - MS best
practices discourages it because resources are used until the page times
out. The page in question is used for large file uploads and the applet is
for large numbers of large uploads at one time (30 - 100 files / 3-6 mb
each) which is why we use the applet.

I know that I could create an IIS virtual application directory with it's
own web config file but I was wondering if some one could confirm for me
whether or not I can set the timeout for a specific page or not.

Thanks,
Mark Miller
Nov 18 '05 #1
2 1644
"Mark Miller" <ma*************@maxpreps.com> wrote in news:OoXbeSkfEHA.644
@tk2msftngp13.phx.gbl:
The page in question is used for large file uploads and the applet is
for large numbers of large uploads at one time (30 - 100 files / 3-6 mb
each) which is why we use the applet.

If you're uploading 100 files x 6MB each... that takes up quite a bit of
server memory.

Wouldn't it make more sense to upload via FTP?

As for page timeouts, I don't think you can control it on a per page basis.

Nov 18 '05 #2
Thanks, I appreciate the response.
If you're uploading 100 files x 6MB each... that takes up quite a bit of
server memory.

Wouldn't it make more sense to upload via FTP?
We are using SoftArtisans' FileUp so the files aren't being loaded into
memory, they get chunked to disk as they are uploaded. Then they get passed
one by one to the ASP.Net page. We're doing it this way because we are
likly to have hundreds of users uploading and we don't want to manage the
FTP user accounts among other things required to hook the files into the
application.
As for page timeouts, I don't think you can control it on a per page

basis.

I thought so. I just wanted to confirm it.

Thanks again,
Mark
Nov 18 '05 #3

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

Similar topics

3
by: John Ramsden | last post by:
In a monitoring app I have written, the message summary screen refreshes itself automatically every couple of minutes via the line <meta http-equiv="Refresh" content="180">. The screen mostly...
6
by: Nifty | last post by:
After creating a routine to select from past ADODB connection strings, I found that it takes 60 seconds to timeout! I found the Microsoft article below ...
11
by: Bob | last post by:
In our new .NET web applications, we try to limit the use of SqlConnection to just one instance per page, even if there are multiple accesses to various queries. The thinking behind is that this...
4
by: DavidS | last post by:
First: There are several ways to confuse one regarding session timeout. (1) web.config - <sessionState timeout="20"> (2) IIS Manager | Internet Information Services | ServerNode | Default Web Site...
2
by: Siegfried Heintze | last post by:
I made the following change to my web.config file (see fragment below) but does not seem to affect the timeout on my web page. I have a huge session state but since I'm the only one using it, I'd...
4
by: UJ | last post by:
I have a page where the user can upload a video file. As you can guess, this may take a while. Is there a way I can change the session timeout for just this one page? I would also want to change...
2
by: Astrix | last post by:
I have been working on session timeout for an application and I got a lot of help from this discussion Board. My Thanks to all of you. For e.g If i have a website which has multiple pages, I...
7
by: =?Utf-8?B?Sm9obiBTdGFnZ3M=?= | last post by:
Hello, Please read this all before giving an answer :) I'm doing some troubleshooting on a web application that my company wrote. It's written in asp.net 1.1. The error that the Event viewer...
3
by: John Kotuby | last post by:
Hi all, Within an IFRAME of a standard site constructed of mostly static HTM type pages, I am calling up one page from a large ASP.NET 3.5 site. I have precompiled the ASP.NET site and...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.