Hi
I'm using VS 2008 SP1 / Framewok 3.5.. configSource attribute is working fine for the child elements of the Service Model in Framework 2.0. But In the subsequent versions the same attribute configSource is not working.
As Robert mentioned above we can use system.serviceModel/bindings=bindings.config like this.
I have tried like this and also tried without giving the <system.serviceModel>. I'm getting error in both the cases.
<system.serviceModel>
<system.serviceModel/bindings=bindings.config/>
<system.serviceModel/services=services.config/>
<system.serviceModel/client = client.config/>
</system.serviceModel>
I'm not clear how should I use this.
I have to badly externalize the child elements of the serviceModel, if possible serviceModel entire section itself..
please help me out on this at the earliest.
Thanks
Deepa