473,791 Members | 3,179 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Server.GetLastE rror() does not work?!?

I have a program that I'm trying to get error detection to work with. To
test it, I attempted using the following mispelled CreateObject statement
(which should cause an error):

Set myObject = CreateObject("A DODB.Connectiom ")

Err.Number shows 429, which is normal. But Server.GetLastE rror reports no
error!

I would like to have line numbers and the line of source code, along with
the file name, of the offending code.

Any suggestions?
Jul 19 '05 #1
3 2943
Server.GetLastE rror() is only available in a custom 500 error handler page.

--
http://www.aspfaq.com/
(Reverse address to reply.)


"ASP.Confus ed" <anonymous@> wrote in message
news:eR******** *****@tk2msftng p13.phx.gbl...
I have a program that I'm trying to get error detection to work with. To
test it, I attempted using the following mispelled CreateObject statement
(which should cause an error):

Set myObject = CreateObject("A DODB.Connectiom ")

Err.Number shows 429, which is normal. But Server.GetLastE rror reports no
error!

I would like to have line numbers and the line of source code, along with
the file name, of the offending code.

Any suggestions?

Jul 19 '05 #2
Any ideas on how I can get the line number of the command that has the error
on it without using a custom HTTP 500-100 error handler page? I cannot set
my site to use it, since it is hosted by another company (and they can't
change it because we're on a secure server sharing one certificate, and
changing it for us would change it for everyone.)

"Aaron [SQL Server MVP]" <te*****@dnartr eb.noraa> wrote in message
news:O8******** ******@TK2MSFTN GP11.phx.gbl...
Server.GetLastE rror() is only available in a custom 500 error handler page.
--
http://www.aspfaq.com/
(Reverse address to reply.)


"ASP.Confus ed" <anonymous@> wrote in message
news:eR******** *****@tk2msftng p13.phx.gbl...
I have a program that I'm trying to get error detection to work with. To test it, I attempted using the following mispelled CreateObject statement (which should cause an error):

Set myObject = CreateObject("A DODB.Connectiom ")

Err.Number shows 429, which is normal. But Server.GetLastE rror reports no error!

I would like to have line numbers and the line of source code, along with the file name, of the offending code.

Any suggestions?


Jul 19 '05 #3
No, I don't think line number is available to the err collection using the
stock asp error handling.

--
http://www.aspfaq.com/
(Reverse address to reply.)

"ASP.Confus ed" <anonymous@> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Any ideas on how I can get the line number of the command that has the
error
on it without using a custom HTTP 500-100 error handler page? I cannot
set
my site to use it, since it is hosted by another company (and they can't
change it because we're on a secure server sharing one certificate, and
changing it for us would change it for everyone.)

Jul 19 '05 #4

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

Similar topics

3
8315
by: ad | last post by:
I use GenericErrorPage.aspx for the redirect page when some error occur. I want to show some different according error statusCode . How can I get error statusCode form Server.GetLastError()?
1
7998
by: Christopher | last post by:
Try using the Application_Error() event in Global.asax. The context of the error will be available here. Your application is handling the error, and thus there is no LastError to Get. hth, -Christopher http://weblogs.asp.net/CFrazier
2
2137
by: Lars Netzel | last post by:
I'm trying to make my own custom error page... but when using Try lblErrormessage.Text = Server.GetLastError.Message lblErrormessage.Text += "<br>" & Server.GetLastError.StackTrace lblErrormessage.Text += "<br>" & Server.GetLastError.Source Catch ex As Exception
6
4606
by: José Joye | last post by:
Hello, I'm currently reading the MS Developing Web applications with c# (and VB.net). In the chapter related to Error management, there is a sample about "Page-Level Error Pages" eg: In my form: ========
4
4139
by: VK | last post by:
Hello, I am trying to get the last occured error via the following code: Sub Page_Load(...) Dim zero As Integer = 0 Try Dim err As Integer = 10 / zero Catch ex As Exception
7
9012
by: jtfaulk | last post by:
I need to encode some information on the server side using ASP.NET with C#; sending via HTTP to a client side application, that needs to be decoded in an MFC C++ application. I'm not sure if I can encode something using: C#: System.Security.Cryptography (to encode) and
2
4263
by: Richard Coltrane | last post by:
Hi there, Ive just implemented some application level exception handling in ASP.Net 2.0. I deliberately set up a null reference error in my code to see how this would be handled. Sure enough the applicationOnError code runs in Global.asax and hands it off to my custom error page but theres no info in the exception returned by Server.Getlasterror. The type of this exception is just HttpUnhandledException (which is obvious,
2
12215
by: Seguros Catatumbo | last post by:
Hello guys, i am trying to port my custom asp 3.0 error page to asp.net. I want to disable debugging in my asp.net projects but i want to show the users a pretty page but that page should send me an email with the details of the error. On classic asp i just went to iis and mapped the 500 error code to error.asp, which does this: set objError = Server.getLastError()
7
3638
by: wwhitman | last post by:
I'm having issues transferring a file from a WEB client running a C++ application to a PHP server script. I have debugged through the C++ side and no errors are reported, but the file does not appear on the server. My current environment is a Vista business system running IIS. I developed the C++ app using Microsoft's Visual Studio. I know the configuration is correct as the application does communicate with PHP scripts to transfer XML data...
0
10419
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...
1
10147
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9023
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
7531
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
6770
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5424
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...
0
5552
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4100
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
3
2910
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.