接続文字列に問題があります。サーバーからWebサービスを使用している場合、次のエラーが表示されます。接続文字列
Format of the initialization string does not conform to specification starting at index 114
ローカルホストでは問題ありません。私の接続文字列は:
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"
統合セキュリティを削除して、 –
を試してください。申し訳ありませんが、動作しません。しかし、あなたの質問に感謝 – pourya
なぜ2つのプロバイダSqlClientとEntityClientを使用していますか?たぶんあなたはそれらの1つを使用しようとする必要がありますか? – gofr1