Creating a self hosted WCF service with out any security credentials is plain and simple.This article explains how to create a self hosted WCF service with security mode set. (either transport or message).See more information on How to set security Mode. Below steps explains how to create a self hosted WCF using HTTP S using security as "Transport" and Client Credential Type as "Basic". Note: Below sample is written assuming both client and server are in same machine. Create and Install temporary ......