0

ASP.net 4.0 を使用して Web アプリを開発しています。

IE8 でブラウズすると、すべて正しく表示されます。

しかし、FireFox 19.0 を使用して閲覧しようとすると、次のように表示されます。

 Connection refused
 Description: Connection refused.

502エラーが発生し、クロムでも同様のエラーが発生します。

4

1 に答える 1

0

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.

于 2013-03-15T12:35:31.020 に答える