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?