How to fix error ::Format of the initialization string does not conform to specification starting at index 0::

后端 未结 18 1982
一向
一向 2020-11-30 11:04

I uploaded my site on godaddy shared host. I can access this database from my management studio. I can\'t access this database from my site

18条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 11:44

    I got below error when trying to launch application :

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

    And during my research I found this stack and I was able to fix this error by looking at the web config file and found there was a extra string in the passowrd. Once I removed the string I was able to access the website without any error.

提交回复
热议问题