ISA Web Farm and WCF service hosted in a Windows Service with basicHttpBinding
Posted
by Ryan Pedersen
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Pedersen
Published on 2010-03-23T22:01:16Z
Indexed on
2010/03/23
22:03 UTC
Read the original article
Hit count: 621
I have created a WCF service that needs to be hosted in a Window Service because it is participating in a P2P mesh (NetPeerTcpBinding). When I tried to host the WCF Service with NetPeerTcpBinding endpoints in the IIS Service container the service wouldn't run because it turns out that the P2P binding doesn't work in IIS.
I have exposed a HTTP endpoint from the WCF service hosted in a Windows Service container and I want to know if there is a way to create an ISA Web Farm that will route traffic to http endpoints on two machines each running the same WCF service in a Windows Service container.
© Stack Overflow or respective owner