You are debugging an issue with an application that uses nested transactions. The code intermittently throws TransactionAbortedExceptions. You must log information each time a transaction is created, committed, or rolled back for further debugging.

What should you do?

 Posted by Rajkatie on 9/30/2012 | Category: ADO.NET Interview questions | Views: 2673 | Points: 40
Select from following answers:
  1. Add an event handler to the TransactionManager.DistributedTransactionStarted event and use the Trace class to log event information.
  2. Add TransactionException event handlers and use the Trace class to log exception information.
  3. Modify the application configuration to enable tracing for the System.Transactions trace source.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response