wcf 4 netTcpBinding
Posted
by phil
on Stack Overflow
See other posts from Stack Overflow
or by phil
Published on 2010-05-10T19:24:09Z
Indexed on
2010/05/10
19:34 UTC
Read the original article
Hit count: 797
I was seting up a wcf 4 service today with netTcpBinding, and I just couldn't get it to work.
It was of course no problem getting basdicHttpBinding to work since little config is needed in WCF 4.
I started wondering if it is even possible to get netTcpBinding working when debbuging through VS10. I'm hosting my service in a svc-file since I'm planning on hosting it in the IIS (7).
© Stack Overflow or respective owner