Как динамически изменить имя компьютера в файле app. config или использовать переменную.
у меня есть проблема в моем app. config, я хотел бы изменить server = Localhost на just like
имя_компьютера / sqlexpress пример hmt-pc / sqlexpress вместо localhost.
пожалуйста, помогите нам.
<connectionStrings> <add name="ConStringOnline" connectionString="Server=22.21.12.124;Initial Catalog=ProductId; User ID =pid; Password =123@2016;" providerName="System.Data.SqlClient"/> <add name="ConString" connectionString="server=localhost;Initial Catalog=ims1_try;User ID=sa;password=123" providerName="System.Data.SqlClient"/> <add name="ConStringOffLine" connectionString="server=localhost;Initial Catalog=Master; User ID=sa;password=123" providerName="System.Data.SqlClient"/> <add name="IMS.Properties.Settings.IMSConnectionString" connectionString="server=localhost;Initial Catalog=ims1_try;User ID=sa;password=123" providerName="System.Data.SqlClient"/> <add name="IMS.Properties.Settings.IMSConnectionString1" connectionString="server=localhost;Initial Catalog=ims1_try;User ID=sa;password=123" providerName="System.Data.SqlClient"/> </connectionStrings>
Что я уже пробовал:
если у вас есть какое-либо решение, Пожалуйста, помогите нам.