纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
4.6 KiB

3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <configSections>
  8. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  9. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10. </configSections>
  11. <connectionStrings configSource="Configs\database.config" />
  12. <appSettings configSource="Configs\system.config" />
  13. <system.web>
  14. <httpRuntime targetFramework="4.5" maxRequestLength="999999999" maxQueryStringLength="2097151" />
  15. <compilation debug="true" targetFramework="4.5" />
  16. <pages>
  17. <namespaces>
  18. <add namespace="System.Web.Helpers" />
  19. <add namespace="System.Web.Mvc" />
  20. <add namespace="System.Web.Mvc.Ajax" />
  21. <add namespace="System.Web.Mvc.Html" />
  22. <add namespace="System.Web.Routing" />
  23. <add namespace="System.Web.WebPages" />
  24. </namespaces>
  25. </pages>
  26. </system.web>
  27. <system.webServer>
  28. <security>
  29. <requestFiltering>
  30. <requestLimits maxAllowedContentLength="2147483647" maxQueryString="2147483647" />
  31. </requestFiltering>
  32. </security>
  33. <validation validateIntegratedModeConfiguration="false" />
  34. <handlers>
  35. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
  36. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
  37. <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  38. <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" />
  39. <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" />
  40. <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" />
  41. </handlers>
  42. </system.webServer>
  43. <runtime>
  44. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  45. <dependentAssembly>
  46. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  47. <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
  48. </dependentAssembly>
  49. <dependentAssembly>
  50. <assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  51. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  52. </dependentAssembly>
  53. <dependentAssembly>
  54. <assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  55. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  56. </dependentAssembly>
  57. <dependentAssembly>
  58. <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
  59. <bindingRedirect oldVersion="0.0.0.0-1.2.15.0" newVersion="1.2.15.0" />
  60. </dependentAssembly>
  61. <dependentAssembly>
  62. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  63. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  64. </dependentAssembly>
  65. <dependentAssembly>
  66. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  67. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  68. </dependentAssembly>
  69. <dependentAssembly>
  70. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  71. <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  72. </dependentAssembly>
  73. </assemblyBinding>
  74. </runtime>
  75. <system.serviceModel>
  76. <bindings>
  77. <basicHttpBinding>
  78. <binding name="BasicHttpBinding_IU8ERP5" />
  79. </basicHttpBinding>
  80. </bindings>
  81. <client>
  82. <endpoint address="http://zhoubin/ZSU8ERP/U8ERP5.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IU8ERP5" contract="ServiceReference1.IU8ERP5" name="BasicHttpBinding_IU8ERP5" />
  83. </client>
  84. </system.serviceModel>
  85. </configuration>