Isolation Level in CSLA

Isolation Level in CSLA

Old forum URL: forums.lhotka.net/forums/t/11944.aspx


Helius posted on Friday, April 19, 2013

Hello,

I want to change the default isolation level of the transactions in CSLA from serializable to ReadCommited. I tried to change the app.config file

<add key="CslaTransactionIsolationLevel" value="ReadCommitted" />

But it seems to have no effect. Should i consider something else?

Turntwo replied on Tuesday, April 23, 2013

<add key="CslaDefaultTransactionIsolationLevel" value="ReadCommitted"/>

You are missing "Default" in your key.  

Copyright (c) Marimer LLC