HTTP 错误 500.19 - 内部服务器错误 (HttpProtocol)
HTTP Error 500.19 - Internal Server Error(HttpProtocol)
我编写了一个 WCF 服务但是我有一些关于 HttpProtocol 的错误请帮助我
Error That Captured From Page
显然您忘记了 <system.webServer>
父标签,
https://www.iis.net/configreference/system.webserver/httpprotocol
喜欢,
<configuration>
<system.webServer>
<httpProtocol allowKeepAlive="true" />
</system.webServer>
</configuration>
我编写了一个 WCF 服务但是我有一些关于 HttpProtocol 的错误请帮助我
Error That Captured From Page
显然您忘记了 <system.webServer>
父标签,
https://www.iis.net/configreference/system.webserver/httpprotocol
喜欢,
<configuration>
<system.webServer>
<httpProtocol allowKeepAlive="true" />
</system.webServer>
</configuration>