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....!
feedback
|