MTS is a popular COM+ service to do distributed transation control. I am wondeirng what is the .Net replacement for it since Com+ will be phased out.
MTS is a popular COM+ service to do distributed transation control. I am wondeirng
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AFAIK there is no replacement to MTS in .NET Framework, but it is very well integrated through
System.EnterpriseServicesnamespace, specifically you could lookupServicedComponentto get the transaction control feature you are looking for.Have a look at MSDN documentation of this.