You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <configSections>
- </configSections>
- <connectionStrings>
- <add name="WINPROFIT_ERP_SYS.My.MySettings.連線字串" connectionString="Data Source=192.168.10.5;Initial Catalog=METO-MES-SYS;Persist Security Info=True;User ID=b70340;Password=0911274990"
- providerName="System.Data.SqlClient" />
- <add name="WINPROFIT_ERP_SYS.My.MySettings.連線字串2" connectionString="Data Source=192.168.0.80;Initial Catalog=METO-MES-SYS;Persist Security Info=True;User ID=b70340;Password=0911274990"
- providerName="System.Data.SqlClient" />
- </connectionStrings>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
- </startup>
- </configuration>
|