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