vote up 0 vote down star

Is it possible to have both

  • NetTcp bound endpoints, and
  • basicHttp bound endpoints with SSL

within a single deployment, either using Windows Service or IIS6?

flag

33% accept rate

1 Answer

vote up 1 vote down

Yes, a single service host can expose multiple endpoints with different bindings. However, normal IIS restrictions apply to IIS, so IIS 6 doesn't support NetTcp bindings to begin with.

link|flag
Understand multiple endpoinds (which we already do), I am interested in the two endpoint types mentioned above in a single service. – Samuel Kim Oct 16 '08 at 23:11
Yes, what jezell said is correct. You can expose a service on multiple endpoints. – MichaelGG Oct 20 '08 at 4:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.