I have a long running ...TransactionScope... in C#. I told the scope that it should have a long timespan, but still I get a timeout. What could cause this?...TransactionOptions transactionOptions = new TransactionOptions();
transactionOptions.IsolationLev...