Hi experts,
I followed the article Debug a copy of the production database - Finance & Operations | Dynamics 365 | Microsoft Docs to debug code against a sandbox environment.
I changed the web.config file
>>>>>>>>>>>>>>>>>>>>>>>>>>>
<add key="DataAccess.Database" value="<example_axdb_fromAzure>" />
<add key="DataAccess.DbServer" value="<example_axdb_server.database.windows.net>" />
<add key="DataAccess.SqlPwd" value="<sqlpwd_password_from_LCS>" />
<add key="DataAccess.SqlUser" value="sqluser_from_lcs" />
>>>>>>>>>>>>>>>>>>>>>>>>>>>
And system is not started, and I checked the event log -
Login failed for user sqluser_from_lcs. But I use the same values and can access sandbox DB via SQL Server Management Studio.
Any idea?
Thanks,