9

web.configファイルを更新して、変更をスクリプト化するためにpowershellを探しているコードのセクションを含めたweb.configのIPアドレスのみを変更する必要があります。

<connectionStrings>
    <add name="connectionString" connectionString="provider=SQLOLEDB;Server=192.168.1.100;database=sample;Trusted_Connection=Yes" providerName="System.Data.OleDb" />
    <add name="sqlConnectionString" connectionString="Data Source=192.168.1.100;Initial Catalog=sample;Trusted_Connection=Yes" providerName="System.Data.SqlClient" />
  </connectionStrings>

ServerIPアドレスを更新するだけの非常に簡単な解決策が欲しいです。

PowerShell でこれを行う簡単な方法を知っている人なら誰でも知っています。

4

2 に答える 2