mvc とエンティティ フレームワークを使用してプログラムを作成します。接続文字列に問題があります。
私のホストは、接続文字列は次のようにする必要があると言います:
Server=sql2005.yourdomain.com,1430;Database=databaseName;Uid=userName;Password=password;
私のプログラムの接続文字列は次のとおりです。
<add name="sbiEntities" connectionString="metadata=res://*/Models.modelCompany.csdl|res://*/Models.modelCompany.ssdl|res://*/Models.modelCompany.msl;provider=System.Data.SqlClient;provider connection string="data source=(LocalDB)\v11.0;attachdbfilename=|DataDirectory|\sbi.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
どのように変更しますか?