c# - How to add net.tcp protocol support for IIS Express used by Visual Studio? -
i'm using default configuration of visual studio host wcf service in development scenario. want add net.tcp endpoint, error.
according this faq, functionality not available in iis express:
here's extract of relevant question faq:
q: iis express support non-http protocols such net.tcp or msmq?
a: no. iis express supports http , https protocol.
for tcp bindings, might have create own service host (e.g. if it's testing or similar, perhaps in console application). either or go full iis install (sorry, i've assumed you're on win7) , deploy application there.
Comments
Post a Comment