【问题标题】:HTTP Error 500.19 - Internal Server Error(HttpProtocol)HTTP 错误 500.19 - 内部服务器错误(HttpProtocol)
【发布时间】:2017-01-01 05:25:12
【问题描述】:

我编写了一个 WCF 服务,但我有一些关于 HttpProtocol 的错误请帮助我

Error That Captured From Page

【问题讨论】:

    标签: asp.net web-services wcf webserver wia


    【解决方案1】:

    显然你忘记了<system.webServer> 父标签,

    https://www.iis.net/configreference/system.webserver/httpprotocol

    喜欢,

    <configuration>
       <system.webServer>
          <httpProtocol allowKeepAlive="true" />
       </system.webServer>
    </configuration>
    

    【讨论】:

      猜你喜欢
      • 2012-06-15
      • 2012-06-03
      • 1970-01-01
      • 2015-11-12
      • 2015-09-05
      • 2015-09-20
      • 2021-05-09
      • 1970-01-01
      相关资源
      最近更新 更多