How can I use net.tcp without ISS?
Posted
by user351025
on Stack Overflow
See other posts from Stack Overflow
or by user351025
Published on 2010-05-27T13:12:44Z
Indexed on
2010/05/27
13:21 UTC
Read the original article
Hit count: 275
wcf
I have a web site and build a wcf service in it. I can run the code by calling it from a test page in the web site. The web site is ran by the vs2010 development server.
I do have IIS 7 but never use it.
Now I want to use the NetTcpBinding instead of BasicHttpBinding, everyone says it should be enabled in IIS, but how can this be done without using IIS?
Thanks for any help
© Stack Overflow or respective owner