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