I have a web app that uses a WCF service that utilizes a behaviorExtension like so:
If you are stuck with .NET 3.5 where the configuration bug is not fixed yet, the solution is to implement IServiceBehavior by your service. See this article, example 6-15 .