大连融科 WMS
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.
 
 
 

63 lines
2.7 KiB

<?xml version="1.0"?>
<configuration>
<appSettings>
<!--客户端报表连接数据库-->
<add key="ConnectionString" value="server=JIA-JINGHONG;database=SSLMS_HS;uid=sa;pwd=jjh"/>
<!--SiaSun服务测试库-->
<add key="SiaSunSrvUrl" value="http://localhost:8001/Service"/>
<!--<add key="SiaSunSrvUrl" value="http://172.17.20.242:8001/Service"/>-->
<!--消息服务器地址-->
<add key="ActiveMQUrl" value="tcp://localhost:61616/"/>
<!--<add key="ActiveMQUrl" value="tcp://localhost:61616/"/>-->
<add key="Title" value="新松自动化物流管理系统(应用服务端) V3.0"/>
<add key="Language" value="Default"/>
<!--=====================Check Server====================-->
<add key="CheckWCFServer" value="false"/>
<add key="WCFServer" value="192.168.3.112"/>
<!--=====================Web Service Test====================-->
<add key="wsPath" value="http://172.16.4.11/Inv.asmx"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
<!--silverlight跨域-->
<system.serviceModel>
<behaviors>
<!--<serviceBehaviors>
<behavior name="">
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="false"/>
</behavior>
</serviceBehaviors>-->
<endpointBehaviors>
<behavior name="WebBehavior">
<webHttp/>
</behavior>
</endpointBehaviors>
</behaviors>
<services>
<service name="SiaSun.LMS.Implement.S_ClientAccessPolicy">
<endpoint binding="webHttpBinding" behaviorConfiguration="WebBehavior" contract="SiaSun.LMS.Interface.I_ClientAccessPolicy"/>
<host>
<baseAddresses>
<!--地址配置为服务们的根目录-->
<add baseAddress="http://localhost:8001/"/>
</baseAddresses>
</host>
</service>
</services>
</system.serviceModel>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>