PDA

You are currently viewing a search engine-friendly (archive) version of this page.

View Full Version : ASPError Object - Is it b****cks?


Boba Fett
March 21, 2002, 07:48 am
Hi all,

I am trying to create a simple script to use the 'On Error Resume Next', along with the new ASPError object (IIS5/ASP 3) to email me errors.

At the moment I'm using one based on the old err. object but it doesn't return the line number.

From the documentation I have been able to get my hands on, it seems that the new object can only be used in custom error pages and not in actual website ASP pages.

Does anyone know if this is that case?

Cheers

Bob

MikeFoster
April 9, 2002, 03:15 pm
Hi Bob,

Unfortunately I know almost knowthing about asp. But here's <a href="http://www.w3schools.com/asp/asp_ref_error.asp" target="_blank">a link</a> that was helpful for me...