永城市12345 (县级市)- 来源于虞城县12345 - 所有县级统一API

Web.config 569B

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <system.web>
  8. <compilation debug="true" targetFramework="4.5" />
  9. <!--<httpRuntime targetFramework="4.5" />-->
  10. <httpRuntime maxRequestLength="10485760" executionTimeout="3600" />
  11. <webServices>
  12. <protocols>
  13. <add name="HttpGet" />
  14. <add name="HttpPost" />
  15. </protocols>
  16. </webServices>
  17. </system.web>
  18. </configuration>