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.
38 lines
2.0 KiB
38 lines
2.0 KiB
2 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<configSections>
|
||
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||
|
<section name="WebService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||
|
</sectionGroup>
|
||
|
</configSections>
|
||
|
<system.web>
|
||
|
<compilation debug="true" targetFramework="4.5" />
|
||
|
<httpRuntime targetFramework="4.5" />
|
||
|
<webServices>
|
||
|
<protocols>
|
||
|
<add name="HttpSoap"/>
|
||
|
<add name="HttpPost"/>
|
||
|
<add name="HttpGet"/>
|
||
|
<add name="Documentation"/>
|
||
|
</protocols>
|
||
|
</webServices>
|
||
|
</system.web>
|
||
|
<connectionStrings>
|
||
|
<!--数据库连接串-->
|
||
|
<add name="SqlConnString" connectionString="Data Source=10.60.101.60;user id=sa;password=a1+;database=BBMPT1;max pool size = 50;"/><!--一厂配置-->
|
||
|
<!--<add name="SqlConnString" connectionString="Data Source=10.60.101.9;user id=sa;password=a1+;database=BBMPT;max pool size = 50;"/>--><!--二厂配置-->
|
||
|
<!--<add name="SqlConnString" connectionString="Data Source=39.97.227.79;user id=sa;password=a1+;database=BBMPTTest1;max pool size = 50;"/>-->
|
||
|
<add name="SqlConnStringForeign" connectionString="Persist Security Info=true;Initial Catalog=PRODUCTION_DATA;Data Source=10.60.27.27\PAINTLINEDATA;User ID=SQLAdmin;Password=admin"/>
|
||
|
</connectionStrings>
|
||
|
<appSettings>
|
||
|
<add key="WMSWebServiceURL" value="http://10.60.101.2:88/JsonService.asmx"/><!--正式环境-->
|
||
|
<add key="LineID" value="2207"/>
|
||
|
</appSettings>
|
||
|
<!--<applicationSettings>
|
||
|
<WebService.Properties.Settings>
|
||
|
<setting name="WebService_WebReference_JsonService" serializeAs="String">
|
||
|
<value>http://10.60.101.2:88/JsonService.asmx</value>
|
||
|
</setting>
|
||
|
</WebService.Properties.Settings>
|
||
|
</applicationSettings>-->
|
||
|
</configuration>
|