I\'ve been following Miguel Castro\'s excellent article on WCF here and it\'s all working nicely, except that I have the following code
public AdminClient()
You can get away without specifying endpoint name on service side. For client side, you need to specify the name, because you may be connecting to multiple services that have the same contract. How would WCF know then which one you want?