The ASPError Object  

The ASPError object is a new object in ASP 3.0, and is available through the GetLastError method of the Server object. It provides a range of detailed information about the last error that occurred in ASP.

ASPCode  

Integer

Property
 
The error number generated by IIS.
ASPDescription  

Integer

Property
 
A detailed description of the error if it is ASP-related.
Category  

String

Property
 
Indicates the source of the error. E.g. ASP itself, the scripting language, or an object.
Column  
Integer Property
 
The character position within the file that generated the error.
Description  

String

Property
 
A short description of the error.
File  

String

Property
 
The name of the file that was being processed when the error occurred.
Line  

Integer

Property
 
The number of the line within the file that generated the error.
Number  

Integer

Property
 
A standard COM error code.
Source  
String Property
 
The actual code, where available, of the line that caused the error.