Service too busy error in WCF
问题 I intermittently get the following exception in my .Net WCF Service. "The HTTP service located at http://MyServer/TestWCF/MyService.svc is too busy." Am I missing something here? Am using basic http binding and have enabled WCF throttling. <basicHttpBinding> <binding name="BasicHttpBinding_MyService" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-16" sendTimeout="00:01:00" > <readerQuotas maxStringContentLength="2147483647" maxArrayLength="163840000" maxDepth=