Exception Details
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
ArgumentException:
Format of the initialization string does not conform to specification starting at index 0.
this is my connection strings:
<add name="OffOnProfiles" providerName="System.Data.SqlClient" connectionString="
Server=tcp:xeriqb7gbj.database.windows.net,1433;
Database=OffOnProfiles;
User ID=OffOn@xeriqb7gbj;
Password=*******;
Trusted_Connection=False;
Encrypt=True;
Connection Timeout=30;"/>
<add name="OffOnStore" providerName="System.Data.SqlClient" connectionString="
Server=tcp:xeriqb7gbj.database.windows.net,1433;
Database=OffOnStore;
User ID=OffOn@xeriqb7gbj;
Password=*******;
Trusted_Connection=False;
Encrypt=True;
Connection Timeout=30;"/>