Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Transaction Handling


Message #1 by Neeta.Ambekar@l... on Fri, 10 May 2002 11:12:42 +0530
Hi All

I am developing web application in .Net platform. It's a three layer
architecture, Web pages are in Asp.Net with Vb.Net as language then
business layer is in Vb.Net and data layer in Vb.Net. Business layer is
divided into two layer Controller layer and actual business layer.  From
controller layer I am calling various business object to do transaction
means my transactions are satrted in controller layer . Business layer call
data layer which is responsible to make connection with database and
perform database operation.
I like to use COM+ services to handle transaction within my code . Can
anybody help me to do it . I tried to use System.EnterpriseService
namespace to do it but it is giving me problem while I am creating object
of controller class from Asp.Net.

Please reply as soon as posible

Neeta


  Return to Index