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?
Is it possible to have both
within a single deployment, either using Windows Service or IIS6?
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.