YouTip LogoYouTip

Asp Ref Error

# ASP ASPError Object * * * The ASPError object is used to display error information that occurs in the script of an ASP file. * * * ## ASPError Object The ASPError object takes effect in ASP 3.0 and is available in IIS5 and later versions. The ASPError object is used to display detailed information about any errors that occur in the script of an ASP file. **Note:** The ASPError object is created when Server.GetLastError is called, so you can only access error information by using the Server.GetLastError method. The properties of the ASPError object are described as follows (all properties are readable): ### Properties | Property | Description | | :--- | :--- | | ( | Returns the error code generated by IIS. | | ( | Returns detailed information about the error (if the error is related to ASP). | | (
← Asp Ref FilesystemAsp Ref Server β†’