I am trying to Enable SSL for database connection with setting the
encrypt=true;trustServerCertificate=true
on the connection string, everything is working fine until when I want to use TransactionScope, and I am getting below exception,
The partner transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D025)
If I remove encrypt=true;trustServerCertificate=true part fro mthe connection string then it is fine.
is there someone who experienced this before?
thanks.
User contributions licensed under CC BY-SA 3.0