wcf mex endpoints and app.config
Posted by noah on May 21, 2008
i refactored my code and put the wcf service in a separate dll, and the service discovery stopped working. spent a couple hours trying to figure out how i could get it to work with the service info in the dll config file, but it just doesn’t work. you just have to leave it in the exe config files i guess.
its not that bad, but in my case, it forces duplication of information since i have multiple exes calling this library.