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.
IIS7はWASに基づいていますが、WASでのホスティングとIIS7でのホスティングに違いはありますか?IIS7の使用に制限はありますか、それともWASを使用する利点はありますか?
WASはプロセスアクティベーションメカニズムであり、個別のホスティング環境ではありません。WASを有効にしてIIS7以降を使用すると、TCPやMSMQバインディングなどの非httpバインディングを使用するアプリケーションをホストできます。利点は、これらのタイプのエンドポイントを公開するための独自のホストを作成する必要がなく、IISアプリケーションの管理機能と管理を利用できることです。