Archives

Archives / 2010 / December
  • WCF Debugging Tip

    WCF Debugging from Silverlight client-side: WebRequest.RegisterPrefix("http://", WebRequestCreator.ClientHttp);Also, turn on debugging in the WCF service Web.config. You'll get detailed inner exception information. In the <serviceBehaviors> region:  <serviceDebug includeExceptionDetailInFaults="true" />   Continue reading...