Hello all. I have an issue I have been trying to track down off and on for a couple days. Recently upgraded from 13.2.1 to 13.2.2. Running vanilla Umbraco; no code modifications, use SQL Server back end. I can run it locally pointing at a SQL server at my web host company and it works fine. When I do a web deploy, I get the message:
Unhandled exception. System.InvalidOperationException: The factory has not been configured with a proper connection string.
at Umbraco.Cms.Infrastructure.Persistence.UmbracoDatabaseFactory.Initialize()...
I can connect directly to the SQL server using the exact same connection string info as well, so I know the connection string is correct. I've obfuscated the connecting string below, but here it is. Again, when I run the code locally on my machine, it works fine connecting to this server.
"umbracoDbDSN": "Data Source=tcp:s23.winhost.com;Initial Catalog=########;User ID=#######r;Password=#######;Integrated Security=False;TrustServerCertificate=true;",
What am I missing? Is something cached on the web host's server? I have completely deleted everything off the server (via FTP) and redeployed, but the same error persists.
I appreciate any and every bit of help anyone can provide.