我这边是 docker 里面跑asp.net core应用的时候报的这个错误,错误原因是连接字符串格式错误

以下是我的连接字符串的书写:

Format of the initialization string does not conform to specification starting at index 75

 

 这里最奇怪的问题就是,这个连接字符串在本地调试的时候一点问题没有,可是一上docker就报错

解决方案是:

Format of the initialization string does not conform to specification starting at index 75

 把这个尾部的分号去掉。

相关文章:

  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2022-02-04
  • 2021-04-05
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-06-30
  • 2021-08-10
相关资源
相似解决方案