Something that really bit me hard today. I wrote a simple "hello world" console application with WCF that was listening on http://localhost:8080/service and I was asking it for its WSDL document and it kept refusing.
I was using ServiceHost.Open(typeof(MyImplementation));
Read More