G
groups.james
I have basically inherited an old classic ASP 3.0 application.
Overall it's design was a n-tier design (not always adhered to...)
VB6 COM objects for the Business Layer - hosted in COM+
VB6 COM objects for the Data Layer - hosted in COM+
ASP/HTML for Presentation Layer
It utilizes a SQL Server 2000 backend and makes a pretty strong use of
Transactions with COM+
My question is this, I'm tasked with migrating this application to
ASP.NET 2.0.
I can stumble around and determine the best ways to make certain
changes, utilize master pages when neccessary etc. I want to know
about hosting my business objects in COM+ and Transactions. What is
the ASP.NET 2.0/.NET Framework equivalent of COM+ business objects and
transactions? Is it simply using the new System.Transactions
namespace? Is this something that is even still required to have a
scalable web application? I have glanced around an have yet to find
anything definitive...None of the books suggest placing business
objects in COM+ (utilizing System.EnterpriseServices...) for a web app
in .NET 2.0. Any guidance here would be appreciated...
James
Overall it's design was a n-tier design (not always adhered to...)
VB6 COM objects for the Business Layer - hosted in COM+
VB6 COM objects for the Data Layer - hosted in COM+
ASP/HTML for Presentation Layer
It utilizes a SQL Server 2000 backend and makes a pretty strong use of
Transactions with COM+
My question is this, I'm tasked with migrating this application to
ASP.NET 2.0.
I can stumble around and determine the best ways to make certain
changes, utilize master pages when neccessary etc. I want to know
about hosting my business objects in COM+ and Transactions. What is
the ASP.NET 2.0/.NET Framework equivalent of COM+ business objects and
transactions? Is it simply using the new System.Transactions
namespace? Is this something that is even still required to have a
scalable web application? I have glanced around an have yet to find
anything definitive...None of the books suggest placing business
objects in COM+ (utilizing System.EnterpriseServices...) for a web app
in .NET 2.0. Any guidance here would be appreciated...
James