What 130 second timeout is killing my WCF streaming service call?

前端 未结 5 851
一向
一向 2020-12-08 16:22

Just recently I started to investigate a tricky problem with WCF streaming in which a CommunicationException is produced if the client waits for any longer than 130 seconds

5条回答
  •  借酒劲吻你
    2020-12-08 17:01

    Did you consider http://support.microsoft.com/kb/946086 ?

    I observed such streaming interrupts in my ISAPI-Extensions. After switching off buffering in IIS 7 according to this suppport note, everthing worked fined.

提交回复
热议问题