私はSQL認証でC#とSQLサーバーを使用してプログラムを作成します。それは私のデバイスで正しく動作しますが、Innosetupを使用してプログラムセットアップファイル.exe拡張子を作成した後、データベースに接続できません。私が試したのはデータベースのエクスポートですスクリプトで、別のデバイスでスクリプトを実行しますが、機能しません。このデータベースに接続するためのポートまたは何かを作成するか、app.configでサーバー名を変更する必要があると思います
これが私の接続文字列です
<connectionStrings>
<add name="MarketDatabaseEntities" connectionString="metadata=res://*/AmanjCenter2Entity.csdl|res://*/AmanjCenter2Entity.ssdl|res://*/AmanjCenter2Entity.msl;provider=System.Data.SqlClient;provider connection string="data source=RABAR;initial catalog=MarketDatabase;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
</connectionStrings>