Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
明確にするために、はいまたはいいえで十分ですが、IIS は Windows プロセス アクティベーション サービス (WAS) なしで net.tcp バインディング (非 HTTP サポート) をホストできますか?
IISでnet.tcpバインディングを使用することは可能ですか、それともWASは必須ですか?
タクス
いいえ、WAS なしでは非 HTTP アクティベーションはできません。代替手段は、マネージド アプリケーションまたはマネージド サービスで WCF サービスを自己ホストすることです。
WAS は不可欠です。http/https 以外の場合。
ただし、最新バージョンの IIS には組み込まれています。