473,416 Members | 1,966 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,416 software developers and data experts.

Page_Error Working Only Part of the Time?

I've got Page_Error emailing me the message and stack trace when a
server error is generated, but it doesn't always work. My Page_Error
code:

Sub Page_Error(ByVal src As Object, ByVal args As EventArgs) Handles
MyBase.Error
Dim e As System.Exception = Server.GetLastError()
Session("Erro")= "Error: " & e.Message.ToString() & "<p>Stack Trace: "
& e.StackTrace.ToString()
Context.ClearError()
End Sub

My web.config file redirects the user to a "nice" error page, which
emails me the Session("Erro") so I can investigate the problem. What
I can't understand is that sometimes Session("Erro") is blank - I saw
two emails come through with errors on the same page today, with one
full of useful info, and one completely empty. What might explain
this?

Thanks,

Erik
Jun 27 '08 #1
2 1432
Hello Erik,

it means that u dont' have previous error.

Why you don't handle all errors on Application_Error method?

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
ELI've got Page_Error emailing me the message and stack trace when a
ELserver error is generated, but it doesn't always work. My Page_Error
ELcode:
EL>
ELSub Page_Error(ByVal src As Object, ByVal args As EventArgs) Handles
ELMyBase.Error
ELDim e As System.Exception = Server.GetLastError()
ELSession("Erro")= "Error: " & e.Message.ToString() & "<p>Stack Trace:
EL"
EL& e.StackTrace.ToString()
ELContext.ClearError()
ELEnd Sub
ELMy web.config file redirects the user to a "nice" error page, which
ELemails me the Session("Erro") so I can investigate the problem.
ELWhat I can't understand is that sometimes Session("Erro") is blank -
ELI saw two emails come through with errors on the same page today,
ELwith one full of useful info, and one completely empty. What might
ELexplain this?
EL>
ELThanks,
EL>
ELErik
EL>
Jun 27 '08 #2
Thanks for your reply, Michael. It's not my server and I may not have
access to global.asax (I'm checking on this). Regardless, if
Page_Error is supposed to pull the last error and I'm storing it in a
Session variable, how could I not have the previous error?

On Jun 17, 1:08 pm, Michael Nemtsev [MVP] <nemt...@msn.comwrote:
Hello Erik,

it means that u dont' have previous error.

Why you don't handle all errors on Application_Error method?

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

ELI've got Page_Error emailing me the message and stack trace when a
ELserver error is generated, but it doesn't always work. My Page_Error
ELcode:
EL>
ELSub Page_Error(ByVal src As Object, ByVal args As EventArgs) Handles
ELMyBase.Error
ELDim e As System.Exception = Server.GetLastError()
ELSession("Erro")= "Error: " & e.Message.ToString() & "<p>Stack Trace:
EL"
EL& e.StackTrace.ToString()
ELContext.ClearError()
ELEnd Sub
ELMy web.config file redirects the user to a "nice" error page, which
ELemails me the Session("Erro") so I can investigate the problem.
ELWhat I can't understand is that sometimes Session("Erro") is blank -
ELI saw two emails come through with errors on the same page today,
ELwith one full of useful info, and one completely empty. What might
ELexplain this?
EL>
ELThanks,
EL>
ELErik
EL>


Jun 27 '08 #3

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

Similar topics

2
by: Tee | last post by:
what's the differences between "Overrides Sub OnError" and "Sub Page_Error" ?
2
by: fump75 | last post by:
Hello, I would like to show an error message in a user control when an exception is thrown. This message should be built in Page_error or Application_error event and i don't manage to reach a...
4
by: Alex Nitulescu | last post by:
Hi. I read about Page_Error and Application_Error. However, I provoke an error in a page but still Page_Error won't run. This is all the code I have left in my page: ...
1
by: Buddy Ackerman | last post by:
I have a page where users upload files. I have the maxRequestLength set and have created a Page_Error procedure to trap the error when someone load a file that is larger than the maxRequestLength....
2
by: Carl Johansen | last post by:
I've been reading the O'Reilly "ASP.NET Cookbook" 1st edition (Kittel and LeBlond), and it makes a recommendation about exception handling that seems a bit strange. They say that, if you want to...
6
by: Matt | last post by:
Can anyone give me a good reason to use BOTH application scope Page_Error and the page scope Page_Error when trapping errors in a web application? Is there any real benefit to using the Page_Error...
2
by: Matt | last post by:
As the subject says... are Application_Error and Page_Error triggered by the same event? In other words, is there any error that could slip by Application_Error but be caught by Page_Error, or...
0
by: slolife | last post by:
What I am trying to do is handle the HttpRequestValidationException with code, but only on pages that are equipped to handle it with special customvalidators, controls, etc.. But what I cannot...
3
by: Carlo Razzeto | last post by:
Is there anyway to inline Page_Error type global error handling in an ASP.Net webpage? Currently I work on a very large web system where the entier web front end is contained in a single project...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
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
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.