General information about .NET, Silverlight, WPF, WCF and everything else
Monday, November 29, 2010
Multiple base addresses for WCF Service
If we do not want to explicitly set address for each EndPoint in our service then we define BASE ADDRESS for the EndPoint exposed for our service
In above configuration, we added one more base address using net.tcp protocol.