BaoKai_202508_Wms_Jingwang_.../ServerSystem/bin/Debug/ServerSystem.vshost.exe.config

34 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2025-08-24 21:52:42 +08:00
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="WMS">
<section name="dataProvider" requirePermission="false" type="WMS.IData.DataProviderSection, WMS.IData" allowDefinition="MachineToApplication" restartOnExternalChanges="true"/>
</sectionGroup>
</configSections>
<connectionStrings>
<add name="wmsConnString" connectionString="Data Source=10.10.90.209;Initial Catalog=wms;User ID=sa;password=WMSsql2012" />
<add name="outStand" connectionString="43"/>
<add name="inStand" connectionString="0"/>
</connectionStrings>
<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>
<WMS>
<dataProvider defaultProvider="SqlProvider">
<providers>
<add name="SqlProvider" type="WMS.SqlServerData.SqlProvider, WMS.SqlServerData" connectionStringName="wmsConnString"/>
</providers>
</dataProvider>
</WMS>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>