What problems can occur with WCF BasicHttpBinding using a 3G network?
Posted
by Craig Shearer
on Stack Overflow
See other posts from Stack Overflow
or by Craig Shearer
Published on 2010-03-16T21:48:37Z
Indexed on
2010/03/16
21:51 UTC
Read the original article
Hit count: 216
I have a Silverlight application communicating with a server over WCF using basicHttpBinding. It works fine over the web, but customers complain of "communications issues" over a 3G network.
Is there anything specific in WCF that can be tweaked to work more nicely over a 3G network? What is it about a 3G network that might cause problems?
© Stack Overflow or respective owner