この IIS7.5 には ARR がインストールされており、IIS7 を実行している別のサーバーへのリバース プロキシとして構成されています。
この IIS7.5 には、ASP.NET 4 アプリケーションと単純な Web サイトがインストールされています。
この IIS7.5 でファームを構成してリバース プロキシとして実行しているため、ローカル アプリケーションが実行されず、次のエラー メッセージが表示されます。
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
この IIS7.5 でローカル アプリケーションとルーティング (リバース プロキシ) の両方を同時に実行することは可能でしょうか? それともあきらめて、アプリケーションを他のサーバーに移動する必要がありますか?