Hosting WCF service in IIS 7 (WAS) with net.tcp binding on TWO tcp ports
Posted
by Yuri
on Stack Overflow
See other posts from Stack Overflow
or by Yuri
Published on 2009-09-12T21:03:44Z
Indexed on
2010/06/13
13:22 UTC
Read the original article
Hit count: 784
By default IIS 7 Web site has net.tcp binding with "808:" binding information string. If i add another net.tcp binding with "xxx:" exception occurs:
This collection already contains an address with scheme net.tcp. There can be at most one address per scheme in this collection. Parameter name: item
How can i solve this problem and listen my service at TWO ports?
© Stack Overflow or respective owner