OnTransactionAbort Event
The OnTransactionAbort event occurs if the transaction is aborted. When the OnTransactionAbort event occurs, IIS will process the script'sOnTransactionAbort subroutine, if it exists.
适用于
示例代码
The following example sends a response to the client when the transaction aborts:
VBScript<%@ 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 %>
必备条件
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS