Description of Automatic Transaction using ASP.NET :
Automatic Transaction using ASP.NET is aninteresting article through which you can gain more knowledge about automatic transaction supported by Microsoft Transaction Server (MTS), COM+, and the Common Language Runtime. This tutorial explains the four transaction directives such as RequiresNew, NotSupported, Supported and Required. If you add these directives on your aspx page then aspx page participates in a transaction.