0
我編程的WCF服務,但我有一些錯誤關於HttpProtocol請幫我HTTP錯誤500.19 - 內部服務器錯誤(HttpProtocol)
我編程的WCF服務,但我有一些錯誤關於HttpProtocol請幫我HTTP錯誤500.19 - 內部服務器錯誤(HttpProtocol)
顯然你忘了<system.webServer>
父標籤,
https://www.iis.net/configreference/system.webserver/httpprotocol
贊,
<configuration>
<system.webServer>
<httpProtocol allowKeepAlive="true" />
</system.webServer>
</configuration>