WCF: Configuring HTTP / HTTPS to host a System.ServiceModel WCF Service
Posted in Windows Communication Foundation
Using Windows Communication Foundation (WCF) over HTTP either requires the use of a host, such as Internet Information Services (IIS), or manual configuration of the HTTP settings through the HTTP Server API. This post describes how to manually configure WCF when using HTTP and HTTPS….