WCF configuration - using the correct service name

added by idof
8/4/2011 2:58:43 AM

100 Views

I've seen several questions in the MSDN's WCF Forum regarding problems loading and consuming WCF services, which ended up to be because of a configuration problem with the service name. This post explains the purpose of the name attribute in the service configuration and how to set it to a fixed name instead of the class name.


0 comments