c# - Loading the WCF configuration from different files on the client side -
a common problem in wcf many people face impossibility of loading client configuration different configuration files.
this common scenario when developer wants deploy binaries along independent configuration file (which may in resource file or configuration file) avoid modifying main configuration file.
i have found 2 references:
http://social.msdn.microsoft.com/forums/en-us/wcf/thread/f33e620a-e332-4fd4-ae21-88c750437355/
which best solution ??
any suggestions best solution ? use vs 2008 , .net 3.5.
the first link (blog post) more relevant situation. other option use wcf discovery discover endpoint , configuration @ runtime, approach more work , can complicated in managed mode.
Comments
Post a Comment