一厂MES,含注塑,喷涂,冲孔
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.

24 lines
909 B

1 week ago
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
<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=39.93.227.79;user id=sa;password=a1+;database=BBMPT;max pool size = 50;"/>
<!--<add name="SqlConnString" connectionString="Data Source=127.0.0.1;user id=sa;password=password01!;database=Elco_CommonUse;max pool size = 50;"/>-->
</connectionStrings>
<appSettings>
<add key="xmlSubTitleSoapenv" value="http://schemas.xmlsoap.org/soap/envelope/"/>
<add key="xmlSubTitleFaw" value="http://www.fawvw.com"/>
</appSettings>
</configuration>