Building Custom HTTP Help Pages With WCF
Some times things you think should be simple turn out to take quite a bit of work to figure out how to do with WCF. One of those things is serving up custom HTTP help pages for your service endpoints. WCF ships with a special behavior, the ServiceMetadataBehavior that provides the functionality used by the [...]

