地铁二期项目正式开始

Web.config 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <appSettings>
  8. <add key="owin:AutomaticAppStartup" value="false" />
  9. <add key="webpages:Version" value="2.0.0.0" />
  10. <add key="webpages:Enabled" value="false" />
  11. <add key="PreserveLoginUrl" value="true" />
  12. <add key="ClientValidationEnabled" value="true" />
  13. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  14. <add key="sqllog" value="1" />
  15. <add key="filesuffix" value="png;jpg;jpeg;mp4;avi;mp3;pdf;doc;docx;wps;xls;xlsx;txt;RAR;zip;7z;ppt;pptx" />
  16. <add key="domain" value="http://10.200.46.27:801" />
  17. <add key="sso" value="http://testidm.zzmetro.cn:7799/Default/SSO" />
  18. </appSettings>
  19. <connectionStrings>
  20. <!-- ZZMetro_CallCenter20200108-->
  21. <add name="ConnectionString" connectionString="Data Source=121.196.219.217;User ID=sa;pwd=hykj800100;Initial Catalog=ZZMetro_CallCenter20200108;" />
  22. <add name="MySqlconnection" connectionString="server=121.196.219.217;Port=3310;User ID=admin;Password=hykj800100;database=ditiekf;charset=utf8mb4;Allow User Variables=true;" />
  23. </connectionStrings>
  24. <system.web>
  25. <customErrors mode="Off" />
  26. <httpRuntime targetFramework="4.5" />
  27. <compilation debug="true" targetFramework="4.5" />
  28. <pages>
  29. <namespaces>
  30. <add namespace="System.Web.Helpers" />
  31. <add namespace="System.Web.Mvc" />
  32. <add namespace="System.Web.Mvc.Ajax" />
  33. <add namespace="System.Web.Mvc.Html" />
  34. <add namespace="System.Web.Routing" />
  35. <add namespace="System.Web.WebPages" />
  36. </namespaces>
  37. </pages>
  38. </system.web>
  39. <system.webServer>
  40. <validation validateIntegratedModeConfiguration="false" />
  41. <staticContent>
  42. <remove fileExtension=".woff" />
  43. <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
  44. <remove fileExtension=".woff2" />
  45. <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
  46. </staticContent>
  47. <handlers>
  48. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
  49. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
  50. <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  51. <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" />
  52. <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" />
  53. <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" />
  54. </handlers>
  55. </system.webServer>
  56. <runtime>
  57. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  58. <dependentAssembly>
  59. <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
  60. <bindingRedirect oldVersion="0.0.0.0-6.9.12.0" newVersion="6.9.12.0" />
  61. </dependentAssembly>
  62. <dependentAssembly>
  63. <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  64. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  65. </dependentAssembly>
  66. <dependentAssembly>
  67. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  68. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  69. </dependentAssembly>
  70. <dependentAssembly>
  71. <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
  72. <bindingRedirect oldVersion="0.0.0.0-0.85.4.369" newVersion="0.85.4.369" />
  73. </dependentAssembly>
  74. </assemblyBinding>
  75. </runtime>
  76. </configuration>