ASP.net 4.0 を使用して Web アプリを開発しています。
IE8 でブラウズすると、すべて正しく表示されます。
しかし、FireFox 19.0 を使用して閲覧しようとすると、次のように表示されます。
Connection refused
Description: Connection refused.
502エラーが発生し、クロムでも同様のエラーが発生します。
ASP.net 4.0 を使用して Web アプリを開発しています。
IE8 でブラウズすると、すべて正しく表示されます。
しかし、FireFox 19.0 を使用して閲覧しようとすると、次のように表示されます。
Connection refused
Description: Connection refused.
502エラーが発生し、クロムでも同様のエラーが発生します。
When using the VS embedded server, keep in mind that it only accepts connection typed as http://localhost:<port>/
from the machine where it is running from.
Maybe double check that you are not using the machine name or anything different than localhost in firefox or chrome.