Forum Discussion
d19price
2 months agoOccasional Contributor
You can work around the issue by adding the below to your database connection string.
Not recommended from a security point of view though...
;encrypt=true;trustServerCertificate=true;
You can work around the issue by adding the below to your database connection string.
Not recommended from a security point of view though...
;encrypt=true;trustServerCertificate=true;