2016-10-20 17:55:29 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
For more information on how to configure your ASP.NET application, please visit
|
|
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
|
|
-->
|
|
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
<section name="cacheManager" type="Longbow.Caching.Configuration.CacheSection, Longbow.V4"/>
|
|
|
|
<section name="cacheManagerList" type="Longbow.Caching.Configuration.CacheListSection, Longbow.V4"/>
|
|
|
|
</configSections>
|
|
|
|
|
|
|
|
<appSettings>
|
|
|
|
<add key="webpages:Version" value="3.0.0.0"/>
|
|
|
|
<add key="webpages:Enabled" value="false"/>
|
|
|
|
<add key="PreserveLoginUrl" value="true"/>
|
|
|
|
<add key="ClientValidationEnabled" value="true"/>
|
|
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
|
|
|
|
</appSettings>
|
|
|
|
|
|
|
|
<connectionStrings>
|
|
|
|
<add name="SQL" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=ExtendedChecker;User ID=sa;Password=sa"/>
|
|
|
|
</connectionStrings>
|
|
|
|
|
|
|
|
<cacheManager>
|
|
|
|
<add key="TerminalData-CodeTerminalHelper" interval="600" desc="输入口信息缓存" />
|
2016-10-22 10:38:40 +08:00
|
|
|
|
2016-10-22 14:54:37 +08:00
|
|
|
<add key="GroupData-CodeGroupHelper" interval="600" desc="群组信息缓存" />
|
2016-10-22 10:38:40 +08:00
|
|
|
|
|
|
|
<add key="UserData-CodeUserHelper" interval="600" desc="用户信息缓存" />
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
</cacheManager>
|
|
|
|
|
|
|
|
<cacheManagerList>
|
|
|
|
<add key="bd" url="http://localhost:53233/CacheList.axd?cacheKey={0}" desc="系统缓存模块"/>
|
|
|
|
</cacheManagerList>
|
|
|
|
|
|
|
|
<system.web>
|
|
|
|
<compilation debug="true" targetFramework="4.5"/>
|
|
|
|
<httpRuntime targetFramework="4.5"/>
|
2016-10-21 16:35:26 +08:00
|
|
|
<authentication mode="Forms">
|
|
|
|
<forms defaultUrl="~/" loginUrl="~/Home/Login" name="__bd__" protection="All" />
|
|
|
|
</authentication>
|
2016-10-20 17:55:29 +08:00
|
|
|
<pages>
|
|
|
|
<namespaces>
|
|
|
|
<add namespace="System.Web.Helpers"/>
|
|
|
|
<add namespace="System.Web.Mvc"/>
|
|
|
|
<add namespace="System.Web.Mvc.Ajax"/>
|
|
|
|
<add namespace="System.Web.Mvc.Html"/>
|
|
|
|
<add namespace="System.Web.Routing"/>
|
|
|
|
<add namespace="System.Web.WebPages"/>
|
2016-10-21 16:35:26 +08:00
|
|
|
</namespaces>
|
2016-10-20 17:55:29 +08:00
|
|
|
</pages>
|
|
|
|
<httpModules>
|
|
|
|
</httpModules>
|
|
|
|
</system.web>
|
|
|
|
<system.webServer>
|
|
|
|
<validation validateIntegratedModeConfiguration="false"/>
|
|
|
|
<handlers>
|
|
|
|
<remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
|
|
|
|
<remove name="OPTIONSVerbHandler"/>
|
|
|
|
<remove name="TRACEVerbHandler"/>
|
|
|
|
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler"
|
|
|
|
preCondition="integratedMode,runtimeVersionv4.0"/>
|
|
|
|
</handlers>
|
|
|
|
<modules>
|
|
|
|
</modules>
|
|
|
|
</system.webServer>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-5.2.0.0" newVersion="5.2.0.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
|
|
|
|
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|