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://weblogs.asp.net/cibrax/archive/2007/10/19/loading-the-wcf-configuration-from-different-files-on-the-client-side.aspx

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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -