Top "Wcf-hosting" questions

The provided URI scheme 'https' is invalid; expected 'http'. Parameter name: via for HTTPS

Following is the scenario. We have F5 load balancer and incoming requests comes in to the F5 load balancer as …

wcf https wcf-hosting
how to host wcf service?

I develop some WCF service on own computer (in office). Now, I have to publish it on office server. Office …

iis-7 wcf wcf-hosting
Deploy WCF service in IIS 7.5

I am newbie to WCF. I am looking to steps to deploy WCF on IIS and consume the service. I …

c# wcf iis wcf-hosting
Hosting WCF service via ServiceHost in Console/WinForms

I'm hosting WCF service in console application (.NET 4.0). Service code (from msdn example): using System.Runtime.Serialization; using System.ServiceModel; …

c# winforms wcf wcf-binding wcf-hosting