Forum Discussion
Hugo O. Ornelas
Apr 18, 2023Copper Contributor
ASP.Net Core 6 Web App - Fails to connect to database after published to on-prem IIS
Dear Community, I started to learn .Net core and entity framework, and its great. I built a small webapp as a test with a database (SQL LocalDB) and locally on my dev machine, it works fine. I publ...
AddWebSolution
Nov 02, 2023Brass Contributor
Hi Hugo O. Ornelas ,
After adding Encrypt=False to the connection string, it worked!!!
Best Regards,
AddWebSolution
After adding Encrypt=False to the connection string, it worked!!!
Best Regards,
AddWebSolution