Platform SDK: IIS SDK
      [IIS 5.0] [IIS 5.1] [IIS 6.0]

OnTransactionAbort Event

The OnTransactionAbort event occurs if the transaction is aborted. When the OnTransactionAbort event occurs, IIS will process the script's OnTransactionAbort subroutine, if it exists.

Example

The following example sends a response to the client when the transaction aborts:

<%@ TRANSACTION=Required LANGUAGE="VBScript" %>

<% Option Explicit

  ObjectContext.SetAbort

  Sub OnTransactionAbort

    Response.Write "<p><b>The Transaction just aborted</b>." 

    Response.Write "This message came from the "

    Response.Write "OnTransactionAbort() event handler."

  end sub

%>

Applies To

ObjectContext Object

Requirements

Platforms: Windows 2000 with IIS 5.0 installed, Windows XP with IIS 5.1 installed, Windows Server 2003 family with IIS 6.0 installed

Platform SDK Release: February 2003
What did you think of this topic?
Order a Platform SDK CD