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?
<add key="CslaDefaultTransactionIsolationLevel" value="ReadCommitted"/>
You are missing "Default" in your key.
Copyright (c) Marimer LLC