Hi
I have a MVC app that uses Linq2Sql to access a SQL DB. But I want create a distributed transaction to update another DB on different local server.
I want to update both in a transaction.
Can I just wrap logic in TransactionScope class???
Malcolm