172 lines
9.0 KiB
XML
172 lines
9.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细消息,请访问
|
|
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<configSections>
|
|
<section name="FineUIPro" type="FineUIPro.ConfigSection, FineUIPro" requirePermission="false" />
|
|
</configSections>
|
|
<FineUIPro DebugMode="false" Theme="Cupertino" />
|
|
<appSettings>
|
|
<!--连接字符串-->
|
|
<add key="ConnectionString" value="Server=.\SQL2022;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200" />
|
|
<!--系统名称-->
|
|
<add key="SystemName" value="诺必达焊接管理系统" />
|
|
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;" />
|
|
<add key="aspnet:MaxHttpCollectionKeys" value="50000" />
|
|
<add key="HJGLUrl" value="http://localhost:61590/" />
|
|
<add key="SystemVersion" value="SGGLPackFile_V2017-03-30-001" />
|
|
<add key="ADomainUrl" value="10.151.130.1" />
|
|
<add key="APPUrl" value="https://www.pgyer.com/pWSd" />
|
|
<!--系统:焊接管理为:HJGL,焊材管理:HJCLGL-->
|
|
<add key="SystemCode" value="HJCLGL" />
|
|
<add key="http" value="http://localhost/test/" />
|
|
<!--BAIDU AI配置-->
|
|
<add key="APP_ID" value="119624563" />
|
|
<add key="API_KEY" value="qm0iFO9OTHqx5dt5dNIKuvIE" />
|
|
<add key="SECRET_KEY" value="NwA68AnLM9SwEcbB2ONCu6cagy2czzVc" />
|
|
<!--人脸检测参数-->
|
|
<!--人脸活体检测参数1最好,0最差 建议0.995 -->
|
|
<add key="BD_face_liveness" value="0.3" />
|
|
<!--人脸高宽建议100-200-->
|
|
<!--<add key="BD_width" value="200" />-->
|
|
<!--<add key="BD_height" value="200" />-->
|
|
<!--人脸角度-->
|
|
<add key="BD_roll" value="40" />
|
|
<!--人脸遮档度0最好,1最不好-->
|
|
<add key="BD_occlusion" value="1" />
|
|
<!--人脸模糊度0最好,1最不好-->
|
|
<add key="BD_blur" value="0.1" />
|
|
</appSettings>
|
|
<!--
|
|
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
|
|
|
可在 <httpRuntime> 标记上设置以下特性。
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.6.1" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<!-- 会话状态设置 默认情况下,ASP.NET 使用 Cookie 来标识哪些请求属于特定的会话。如果 Cookie 不可用,则可以通过将会话标识符添加到 URL 来跟踪会话。若要禁用 Cookie,请设置 sessionState cookieless="true" -->
|
|
<sessionState mode="InProc" cookieless="UseCookies" timeout="1200" />
|
|
<!--<processModel enable="true" requestQueueLimit="100000"/>-->
|
|
<pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
|
|
<controls>
|
|
<add tagPrefix="f" namespace="FineUIPro" assembly="FineUIPro" />
|
|
<add tagPrefix="asp" namespace="System.Web.UI.DataVisualization.Charting" assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
</controls>
|
|
</pages>
|
|
<httpModules>
|
|
<add name="FineUIProScriptModule" type="FineUIPro.ScriptModule, FineUIPro" />
|
|
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
</httpModules>
|
|
<httpHandlers>
|
|
<add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false" />
|
|
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
|
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
|
|
</httpHandlers>
|
|
<compilation debug="false" targetFramework="4.6.1">
|
|
<assemblies>
|
|
<add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
</assemblies>
|
|
</compilation>
|
|
<httpRuntime requestValidationMode="2.0" maxRequestLength="999999999" maxQueryStringLength="2097151" executionTimeout="36000" />
|
|
<authentication mode="Forms">
|
|
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/" />
|
|
</authentication>
|
|
<membership>
|
|
<providers>
|
|
<clear />
|
|
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" />
|
|
</providers>
|
|
</membership>
|
|
<profile>
|
|
<providers>
|
|
<clear />
|
|
<add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" />
|
|
</providers>
|
|
</profile>
|
|
<roleManager enabled="false">
|
|
<providers>
|
|
<clear />
|
|
<add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
|
|
<add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
|
|
</providers>
|
|
</roleManager>
|
|
<customErrors mode="RemoteOnly" defaultRedirect="LogOff.aspx" />
|
|
<webServices>
|
|
<protocols>
|
|
<add name="HttpSoap" />
|
|
<add name="HttpPost" />
|
|
<add name="HttpGet" />
|
|
<add name="Documentation" />
|
|
</protocols>
|
|
</webServices>
|
|
</system.web>
|
|
<location path="res.axd" />
|
|
<system.webServer>
|
|
<staticContent>
|
|
<mimeMap fileExtension=".mjs" mimeType="application/javascript" />
|
|
<mimeMap fileExtension=".dat" mimeType="application/ChinaExcel Report File" />
|
|
<mimeMap fileExtension=".tab" mimeType="application/ChinaExcel Report File" />
|
|
</staticContent>
|
|
<validation validateIntegratedModeConfiguration="false" />
|
|
<modules runAllManagedModulesForAllRequests="true">
|
|
<add name="FineUIProScriptModule" type="FineUIPro.ScriptModule, FineUIPro" />
|
|
<remove name="ScriptModule" />
|
|
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
</modules>
|
|
<handlers>
|
|
<remove name="ChartImageHandler" />
|
|
<add name="FineUIProResourceHandler" verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" />
|
|
<add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
<add name="FastReportHandler" path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
|
|
</handlers>
|
|
<defaultDocument>
|
|
<files>
|
|
<add value="Login.aspx" />
|
|
</files>
|
|
</defaultDocument>
|
|
<security>
|
|
<requestFiltering>
|
|
<requestLimits maxAllowedContentLength="2147483647" maxQueryString="2147483647" />
|
|
</requestFiltering>
|
|
</security>
|
|
</system.webServer>
|
|
<!-- SERVER -->
|
|
<system.serviceModel>
|
|
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
|
|
<services>
|
|
<service name="BLL.OpenService.HSSEService" behaviorConfiguration="HSSEServiceBehavior">
|
|
<endpoint address="" binding="wsHttpBinding" bindingConfiguration="HSSEServiceBinding" name="HSSEServiceEndpoint" contract="BLL.OpenService.IHSSEService" />
|
|
</service>
|
|
</services>
|
|
<behaviors>
|
|
<serviceBehaviors>
|
|
<behavior name="HSSEServiceBehavior">
|
|
<serviceMetadata httpGetEnabled="true" />
|
|
<serviceDebug includeExceptionDetailInFaults="false" />
|
|
<serviceThrottling maxConcurrentCalls="2147483647" maxConcurrentInstances="2147483647" maxConcurrentSessions="2147483647" />
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
<bindings>
|
|
<wsHttpBinding>
|
|
<binding name="HSSEServiceBinding" maxReceivedMessageSize="2147483647" useDefaultWebProxy="false" maxBufferPoolSize="2147483647" closeTimeout="20:00:00" openTimeout="00:01:10" receiveTimeout="20:00:00" sendTimeout="20:00:00">
|
|
<readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="409600" maxNameTableCharCount="2147483647" />
|
|
<security mode="None" />
|
|
</binding>
|
|
</wsHttpBinding>
|
|
</bindings>
|
|
</system.serviceModel>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration> |