I have WCF 4.0 service hosted in IIS 7.I have 2 svc file which get instantiated using their own CustomWebHostFactory classes. The web config defines both services under services tag and each of the services have the same behavior configuration which is of type custom. Service 1 get the behavior whereas service 2 does not. When you switch service1 and 2 so that service 2 appears before service 1, then service 2 get the behavior and service 1. I have tried making a copy of the behavior block and renaming the block to customBehavior2 and applying that to the second service in question but that also fails. What is happening here? Can any WCFexperts pls help me....!

link|improve this question

75% accept rate
Can you post your server's config file? – Tim Nov 18 '11 at 0:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.