-2

I have webapp deployed in Azure. I am continuously getting error, below. I checked my SQL connection string it is valid. I am using EF core and SQL Azure database.

System.ArgumentException: Format of the initialization string does not conform to specification starting at index 157. at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString

My password in connection string was starting with "=". I changed that with a new password and it started working. eg : Password "==3-@5KvZ^WX@hMST"

Degan
  • 989
  • 2
  • 16
  • 30
krishnakumar
  • 617
  • 1
  • 6
  • 22
  • http://stackoverflow.com/questions/23014180/sql-server-2008-password-ending-in-a-semicolon, http://stackoverflow.com/questions/3177861/escape-quote-in-web-config-connection-string, – CodeCaster May 15 '17 at 21:27

1 Answers1

0

my password in connection string was starting with =. i changed that with new password and it started working. eg : Password==3-@5KvZ^WX@hMST

krishnakumar
  • 617
  • 1
  • 6
  • 22