Hi, I'm trying to host WCF service using streamed binding on IIS 6 (W2003). I'm getting error which complaines about http/1.0 protocol being used. When I open up Fiddler and look at the response sent from the IIS I can see that it sends it using http/1.0 indeed.
How can I make sure IIS uses http/1.1 protocol?
Thanks,
Piotr