When I am using a TransactionScope
object I can specify the Isoaltion Level using the transaction options.
What is the default isolation level used if none is specified?
Is it possible to set an application wide default isolation level that would be used by the TransactionScope
s?