Azure SQL Database connection exception (System.Data.SqlClient.SqlException is thrown )

狂风中的少年 提交于 2019-12-06 19:49:39

FINALLY. Solved.

PAY ATTENTION to the connection string Azure portal provides. You have to remove the brackets for the password. THAT'S IT!

Seems there is something wrong with the credentials given as stated below Double check your Username and Password carefully.

System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'myname'. This session has been assigned a tracing ID of '00dbcf81-35eb-4d92-b022-da1bca001e5f'. Provide this tracing ID to customer support when you need assistance.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!