Recent Posts

Writing a simple HTTP proxy using WCF

2 minute read

I ran into a situation with the following network topology: The intranet server served PDF documents via IIS, but was only accessible from the WCF server - ...

Turning off WCF security

less than 1 minute read

Unlike ye goode ole ASMX web services, WCF comes by default with security enabled. That’s a good thing: Microsoft now believes in security being integral par...