On 3/10/21 6:08 PM, chandan jain wrote:
but I have a single app which performs both read and
write. App is using single connection string for binding with ldap.
Keep it like this and simply treat the application as a writing application.
So shall I use two separate connection string, one for read and one
for write in the application code ?
No! You will likely run into
"interesting" read-after-write issues which
are hard to track down.
Ciao, Michael.