我编写了一个WCF服务,但我对HttpProtocol有一些错误请帮助我
答案 0 :(得分:0)
显然,您忘记了<system.webServer>
父标记,
https://www.iis.net/configreference/system.webserver/httpprotocol
像,
<configuration>
<system.webServer>
<httpProtocol allowKeepAlive="true" />
</system.webServer>
</configuration>