Top "Wcf-configuration" questions

Windows Communication Foundation (WCF) is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

WCF service with both basicHttpBinding and netTcpBinding; can't access HTTP endpoint

I want to make available the same interface with a netTcpBinding and basicHttpBinding. I also wanna make available the wsdl …

.net wcf wsdl wcf-binding wcf-configuration
How to solve System.ServiceModel.ServerTooBusyException in WCF?

I'm developing a WebSite with average 50,000 visit(around 140,000 page views) in a day. I'm using WCF as my services with …

c# wcf exception wcf-configuration asynchronous-wcf-call
WCF Service Binding using allowInsecureTransport=true causes Update Service Reference in Client to fail

This is my service configuration in web.config: <binding name="statefulSessionWithUsernameOverTransport"> <security authenticationMode="SecureConversation" requireSecurityContextCancellation="False" allowInsecureTransport="…

.net wcf exception-handling wcf-security wcf-configuration
How to add maxItemsInObjectGraph programmatically without using configuration file?

I have create a EndpointAddress like that EndpointAddress address = new EndpointAddress("http://example.com/services/OrderService.svc"); But I could …

c# .net wcf wcf-configuration wcf-endpoint