.Net Equivalent to MTS.

C

Clive Mizen

In VB6 you had:
a client PC,
An ActiveX DLL (COM object) packaged into MTS on a server purely for MTS,
SQL Server at the bottom on another server.

What's the latest way of doing the MTS bit in .NET ?
I have sucessfully built an assembly given it a strong name and put it
inside MTS and run it, but I don't think that's the idea any more.
 
M

Mary Chipman

In .NET, classes that are made available to COM+ are called serviced
components. This overview topic in the online help has links to other
related topics:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconWritingServicedComponents.htm

--Mary
 
S

SA

Do Serviced Components actually run well in MTS (= NT 4.0)? I always hear
about COM+, I never thought about MTS...
 
C

Clive Mizen

Yes I accomplished this already.
But my question is is there now a preffered way of running business tier
objects in .NET rather than COM+ ?
What is remoting ?
 
M

Mary Chipman

COM+ is the son of MTS, so to speak, and is part of the Windows OS
instead of a separate download, as it was in NT4. Nothing runs as well
in NT4 as it does in later versions, where bugs have been fixed, etc.

--Mary
 
M

Mary Chipman

It's all based on what kind of application you are building and the
needs of your users, etc. Since you already read up on serviced
components, you may find the help topics on remoting useful in making
your decision:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconNETRemotingOverview.htm

--Mary
 
C

clive_mizen

This message dissapeared from the Newsgroup in Outlook Express ???
So I'm posting this reply from a Web site to see if I can get it back as I had a reply in there.

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top