473,659 Members | 2,934 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

an error that does not happen through 500-100.asp

reo
if I put in a pagina asp the instruction:
server.scriptti meout=1
the page indeed expires immediately,
but the error that produces does not get to happen through 500-100.asp some
solution,
since to treat the errors I make it from 500-100.asp
thank you very much
Jul 19 '05 #1
4 1863
What if you try a higher number ? AFAIK our timeouts are processed but of
course we have a bigger value than that.

Patrice

--

"reo" <re*@cetel.es > a écrit dans le message de
news:uu******** ******@TK2MSFTN GP11.phx.gbl...
if I put in a pagina asp the instruction:
server.scriptti meout=1
the page indeed expires immediately,
but the error that produces does not get to happen through 500-100.asp some solution,
since to treat the errors I make it from 500-100.asp
thank you very much

Jul 19 '05 #2
No, you don't understand: he's using the small number to deliberately force
the timeout so he can figure out how to gracefully handle timeouts if they
occur after setting the value to a more normal number.

Unfortunately, I don't knowthe answer. I typically concentrate on making
sure timeouts don't happen avoiding operations that should not be done in
ASP.

Bob Barrows

Patrice wrote:
What if you try a higher number ? AFAIK our timeouts are processed
but of course we have a bigger value than that.

Patrice
"reo" <re*@cetel.es > a écrit dans le message de
news:uu******** ******@TK2MSFTN GP11.phx.gbl...
if I put in a pagina asp the instruction:
server.scriptti meout=1
the page indeed expires immediately,
but the error that produces does not get to happen through
500-100.asp some solution,
since to treat the errors I make it from 500-100.asp
thank you very much


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #3
I just wanted to know what would happen with a more reaslistic number (let's
say 30 instead of just 1 s).

The reason for this is that it works here so I would think that either the
500-100.asp page is not configured properly or that for some reason such an
irrealistic number causes some kind of strange behavior (for example what if
the timeout is lower than the time needed for the 500-100.asp page ???).

I would still recommand :
- what if ther page creates a non timeout error (such a computing 2/0) and
chekc that the 500-100 page is called
- if yes, trying with a realistic number for the timeout

Patrice

--

"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcom> a écrit dans le message de
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
No, you don't understand: he's using the small number to deliberately force the timeout so he can figure out how to gracefully handle timeouts if they
occur after setting the value to a more normal number.

Unfortunately, I don't knowthe answer. I typically concentrate on making
sure timeouts don't happen avoiding operations that should not be done in
ASP.

Bob Barrows

Patrice wrote:
What if you try a higher number ? AFAIK our timeouts are processed
but of course we have a bigger value than that.

Patrice
"reo" <re*@cetel.es > a écrit dans le message de
news:uu******** ******@TK2MSFTN GP11.phx.gbl...
if I put in a pagina asp the instruction:
server.scriptti meout=1
the page indeed expires immediately,
but the error that produces does not get to happen through
500-100.asp some solution,
since to treat the errors I make it from 500-100.asp
thank you very much


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Jul 19 '05 #4

reo wrote:
*if I put in a pagina asp the instruction:
server.scriptti meout=1
the page indeed expires immediately,
but the error that produces does not get to happen throug
500-100.asp some
solution,
since to treat the errors I make it from 500-100.asp
thank you very much *


Does the page do a Response.Flush before this code? It is m
experience that an undocumented feature of ASP is that it will not ru
a custom error handler such as 500-100.asp after a Response.Flush
-
snicho
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
-----------------------------------------------------------------------

Jul 19 '05 #5

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

Similar topics

1
2439
by: slugger | last post by:
Hope this is not OT: I am running into some strange things whenever my ASP pages send out simultaneous requests to another ASP page which in turn gains access to a MySQL database using a DSNless connection string. Whenever I run a page that just puts out a single request things seem to go fine, but if I activate some Flash components that reside on my ASP pages that put out requests to ASP pages which in turn try to retrieve data from...
1
3153
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on Windows Server 2003 Enterprise Edition Only. This works on Windows 2000, Windows 2003 Web Edition and
9
3916
by: Trint Smith | last post by:
I have tried everything...aspreg -i and modifying machine.config and running the fileupdate...deleting and reinstalling framework 1.1... It only happens when I do a 'Copy Project' to the webserver...it loads into vs.net and runs locally just fine... Any help is appreciated...I'd like to get rid of this forever...I had this problem on a previous computer at another company last summer and never did figure out the answer. Thanks, Trint
25
17187
by: moondaddy | last post by:
I have an application where users need to upload images and in my web.config file I have a setting like this: <httpRuntime maxRequestLength="512" /> Which restricts image larger than 500k from being uploaded. I'm also using the HtmlInputFile control to do the uploading. My problem is that when the user's file size exceeds 512k, the page immediately redirects to the "The page cannot be displayed" error page which is very confusing. ...
6
1789
by: Damien Sawyer | last post by:
Hello - I'm having a serious problem with IIS on Windows XP pro. Whenever I try to run ASP pages, I get HTTP 500 - Internal server error This behaviour happens identically, on two 'totally independent' machines. I am trying to run Visual Studio 2003, however, the problem occurs before any of this development software (or the CLR) is even installed.
2
8739
by: Maris Janis Vasilevskis | last post by:
Hi, Is it possible to force HttpWebRequest to do exactly (not approximately) the same as MSXML2.ServerXMLHTTP does? More details. I port JScript to JScript.NET I have a server (ASP invoking binary code; code not accessible). I send XML requests to it. If my request is accepted, ServerXMLHTTP returns XML with accept details. If my request is rejected, ServerXMLHTTP returns XML with reject details.
4
6202
by: jf li | last post by:
I have a Asp.net web application and a Asp.net Web service application. The Web application is using HtmlInputFile to get a 50M size of file selected by end user, read the data of this file and pass the data to the web service. I already modified both web.config files and changed maxRequestLength to 60000(kb). When I debug the upload process, it seems the Web application can get the 50M file and read the data without problem, but when the...
1
1656
by: dave | last post by:
hi, I have software in tens desktops, the software is developed in c# and it trying to send XML stream to a server by POST mode to aspx file that exist in some VD. The sending is with the Httpwebrequest class, and the software is running in local system permissions (service). Also, the code contains htts authentication and it create networkcredentials with some name and password. In the server side - I have IIS 6 that get anonymous...
7
5059
by: DC | last post by:
Hi, there is a 500;13 page one can configure in the website properties, but ..Net Framework 1.1 also delivers the "server too busy" message sometimes and the IIS custom error page does not seem to catch that. How would I customize the error page then? Regards DC
2
12288
Frinavale
by: Frinavale | last post by:
I thought it would be nice to share the solution to my IIS headache with the rest of the world. I have developed a web application that has been distributed. Upon installing my application, some people encountered a "500 Internal Error" and of course blamed my software immediately (and got frustrated when uninstalling/reinstalling my software didn't fix the problem). Finally I was able to take a look at one of these computers and discovered...
0
8427
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8746
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8627
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7356
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6179
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2750
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.