Monday, November 29, 2010

Multiple base addresses for WCF Service

3.gif

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.

Read more: C# Corner