THINK

that’s how i naturally know

WCF Gotcha: Windows Service cannot start because ServiceMeta HttpGet is true

leave a comment

When using WCF + Windows Service + net.Tcp binding, ServiceBehavior > ServiceMeta > HttpGet must be set to false. It normally defaults to true when first created in WCF Configuration Editor. The fastest way to get rid of it is to edit the App.config XML directly, deleting the related <serviceMeta> tag.

Written by Jake

December 19th, 2011 at 11:17 am

Posted in Programming

Tagged with

Leave a Reply