I have a problem with my connection string. When using web service from server i see this error:
Format of the initialization string does not conform to specification starting at index 114
But in local host i don't have any problem. and my connection string is:
name="DB_nodeEntities1"
connectionString="metadata=res://*/Models.Node.csdl|res://*/Models.Node.ssdl|res://*/Models.Node.msl;
provider=System.Data.SqlClient;
provider connection string="
data source=xx.xxx.xxx.xx,1433;
initial catalog=my db name;
integrated security=True;
MultipleActiveResultSets=True;
App=EntityFramework"
User Id=my id;
Password=my pass"
providerName="System.Data.EntityClient"