<?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="DataexchangeServer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
</sectionGroup>
|
</configSections>
|
<connectionStrings>
|
<add name="conn" connectionString="AOiqDIreqFymfuSoJ5vH8rxsRfHnUw3M3M6nqG/3ppprUh7andUinrPi87GnMdCyL7wlhDpjGSawuEO9iQshn3DXyY1JvyIU66Dqe/oWCUsUuS8XIlAc01SxwgYRpJzkNUEIDuLan0CB5S455ZSAb8F2VMwnrIYKzbWLjRLBkRxauE/SwtP1CN1Ehdzdzx2FURQuc/w57w6Zbi+WZDuHgMNozongLb/izWWVp59uMpjWmr78/OxSJxQiFdGCt4l4"/>
|
</connectionStrings>
|
<appSettings>
|
<!--<add key="ExecutionTime" value="5" />-->
|
<add key="TimingMailInterval" value="5000"/>
|
<add key="MaxThreads" value="15"/>
|
<add key="MinThreads" value="5"/>
|
<add key="thisText" value="[广深数据同步服务平台]"/>
|
<!--<add key="notifyText" value="5" />-->
|
<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>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
<applicationSettings>
|
<DataexchangeServer.Properties.Settings>
|
<setting name="DataexchangeServer_WebReference_WebService1" serializeAs="String">
|
<value>http://115.231.58.2:8083/WebService1.asmx</value>
|
</setting>
|
</DataexchangeServer.Properties.Settings>
|
</applicationSettings>
|
</configuration>
|