I have one basic doubt about MTS. MTS aborts the transaction if one of the transaction fails. I'm trying to understand this logic. Consider I have 2 com objects com1.dll and com2.dll. My ASP page calls some method in com1.dll and then calls some method in com2.dll. I was wondering whether MTS aborts method in com1.dll if method in com2.dll fails. I really appreciate some response.
Thanks
Thanks