upload streaming to WCF IIS 7 hosted service not working
Posted
by Aaron Fischer
on Stack Overflow
See other posts from Stack Overflow
or by Aaron Fischer
Published on 2010-04-08T15:54:48Z
Indexed on
2010/04/08
18:43 UTC
Read the original article
Hit count: 1063
wcf
|wcf-streaming
I have a wcf service I am setting up to run under IIS 7. I have the service set to streaming for the transfermode but when my service is hosted on IIS I get a time out for the client service call. If I self host the service in a console application I don't have a problem and the service streams just fine.
© Stack Overflow or respective owner