ASP.NETWebアプリケーションからASP.NETWebサービスを呼び出そうとすると、次のエラーが発生します。これは、WebサービスとWebアプリケーションが同じファーム上/同じロードバランサーの背後にあるためだと思います。
A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond [IP Address removed]:80
このエラーは、ローカルマシンのWebアプリからファームのWebサービスを呼び出した場合、またはファームのWebアプリからローカルマシンのWebサービスを呼び出した場合には発生しません。
このエラーが発生している理由はありますか?