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 7 に ASP.NET Web サイトがあり、多くのドメイン バインディングがあります。ドメイン名ごとに個別の w3wp.exe (ワーカー プロセス) を実行するにはどうすればよいですか? 出来ますか?
考えられる 1 つの方法は、ドメインごとにアプリケーション プールを作成することです。各アプリケーション プールには独自の (1 つ以上の) ワーカー プロセスがあるため、各ドメインは他のドメインとワーカー プロセスを共有しません。