| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- 有关如何配置 ASP.NET 应用程序的详细信息,请访问
- http://go.microsoft.com/fwlink/?LinkId=169433
- -->
- <configuration>
- <appSettings>
- <add key="owin:AutomaticAppStartup" value="false" />
- <add key="webpages:Version" value="2.0.0.0" />
- <add key="webpages:Enabled" value="false" />
- <add key="PreserveLoginUrl" value="true" />
- <add key="ClientValidationEnabled" value="true" />
- <add key="UnobtrusiveJavaScriptEnabled" value="true" />
- <add key="sqllog" value="1" />
- <add key="filesuffix" value="png;jpg;jpeg;mp4;avi;mp3;pdf;doc;docx;wps;xls;xlsx;txt;RAR;zip;7z;ppt;pptx" />
- <add key="domain" value="http://10.200.46.27:801" />
- <add key="sso" value="http://testidm.zzmetro.cn:7799/Default/SSO" />
- </appSettings>
- <connectionStrings>
- <!-- ZZMetro_CallCenter20200108-->
- <add name="ConnectionString" connectionString="Data Source=192.168.1.37;User ID=sa;pwd=hykj800100;Initial Catalog=ZXMetro_CallCenter;Max Pool Size = 5120;pooling=true;" />
- <!--<add name="MySqlconnection" connectionString="Data Source=.;User ID=sa;pwd=123456;Initial Catalog=ZZMetro_CallCenter;Max Pool Size = 5120;pooling=true;" />-->
- <!--<add name="MySqlconnection" connectionString="server=.;Port=3310;User ID=sa;Password=123456;database=ditiekf;charset=utf8mb4;Allow User Variables=true;" />-->
- <add name="MySqlconnection" connectionString="server=121.196.219.217;Port=3310;User ID=admin;Password=hykj800100;database=ditiekf;charset=utf8mb4;Allow User Variables=true;" />
- </connectionStrings>
- <system.web>
- <customErrors mode="Off" />
- <httpRuntime targetFramework="4.5" maxRequestLength="20971520" executionTimeout="3600" />
- <compilation debug="true" targetFramework="4.5" />
- <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" />
- </namespaces>
- </pages>
- </system.web>
- <system.webServer>
- <validation validateIntegratedModeConfiguration="false" />
- <staticContent>
- <remove fileExtension=".woff" />
- <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
- <remove fileExtension=".woff2" />
- <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
- </staticContent>
- <httpProtocol>
- <customHeaders>
- <add name="Access-Control-Allow-Origin" value="*" />
- <add name="Access-Control-Allow-Headers" value="Content-Type" />
- <add name="Access-Control-Allow-Methods" value="GET, POST, PUT, DELETE, OPTIONS" />
- </customHeaders>
- </httpProtocol>
- <handlers>
- <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
- <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
- <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
- <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
- <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
- <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
- </handlers>
- </system.webServer>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-6.9.12.0" newVersion="6.9.12.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
- </dependentAssembly>
- <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>
- <dependentAssembly>
- <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-0.85.4.369" newVersion="0.85.4.369" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- </configuration>
|