ASP Transaction Services
Transaction management is a required component for any serious Web-based application. Answering that need, ASP and Microsoft® Transaction Server (MTS) provide reliable, robust transaction services to your applications. With ASP and MTS, most of the technical details of transaction management are taken care of behind the scenes.
Some of the features of ASP and MTS are illustrated in the samples below.
-
Basic Transaction: demonstrates the basics of ASP and MTS, including commits and the OnTransactionCommit and OnTransactionAbort events.
-
Forced Abort: demonstrates intentional transactional aborts using the ObjectContext.SetAbort method.
-
Syntax Error: shows you how a script aborts due to a syntax error.
-
Fund Transfer: demonstrates how you can implement a fund transfer between two separate accounts.
© 1997 by Microsoft Corporation. All rights reserved.