Please, help me to solve the problem with my connection to SQL Server.
I got an error:
SqlException (0x80131904): The target principal name is incorrect. Cannot generate SSPI context.
I've already tried to follow these recommendations (https://learn.microsoft.com/en-US/troubleshoot/sql/database-engine/connect/cannot-generate-sspi-context-error), but without any results.
+Additional information: my connectionStrings file:
<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
<add name="redis" connectionString="host=127.0.0.1;db=0;port=6379" />
<add name="defPackagesWorkingCopyPath" connectionString="%TEMP%\%APPLICATION%\%APPPOOLIDENTITY%\%WORKSPACE%\TerrasoftPackages" />
<add name="tempDirectoryPath" connectionString="%TEMP%\%APPLICATION%\%APPPOOLIDENTITY%\%WORKSPACE%\" />
<add name="sourceControlAuthPath" connectionString="%TEMP%\%APPLICATION%\%APPPOOLIDENTITY%\%WORKSPACE%\Svn" />
<add name="elasticsearchCredentials" connectionString="User=gs-es; Password=DEQpJMfKqUVTWg9wYVgi;" />
<add name="influx" connectionString="url=http://10.0.7.161:30359; user=; password=; batchIntervalMs=5000" />
<add name="messageBroker" connectionString="amqp://guest:guest@localhost/BPMonlineSolution" />
<add name="db" connectionString="Data Source=127.0.0.1;Initial Catalog=BS_BCJ_L_MENU_4118923_0930;Integrated Security=SSPI;MultipleActiveResultSets=True;Pooling=true;Max Pool Size=100" />
</connectionStrings>