ここから本文です

解決済みの質問

知恵コレに追加する

サーバーエラー(Server Error)についてお助け下さい!

amalka1087さん

サーバーエラー(Server Error)についてお助け下さい!

いつも見ていた海外のホームページが突然昨日から見ることが出来なくなりました。
自分なりに色々試してみましたが、何も変わらず下記のメッセージが出ます。
それ以外の他のHPは見れるのですが、その1つだけは何度試してもメッセージが出るだけです・・・
今日になっても同じメッセージが出ます。
パソコン初心者なので出来ましたら解りやすく原因と対処方を教えて頂けたら幸いです。
パソコンに詳しい方・経験のある方、どうか教えて下さい。
よろしくお願い致します!!!

 こちらのメッセージが出ます↓

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

補足
rc941さん、どうもありがとうございます!!
Macではなく、WindowsのXPを使っています。
Windowsの場合はどうすれば良いのでしょうか?
今日もやはり同じ英文メッセージが出ました・・・
アドバイスよろしくお願い致します m(_ _)m

違反報告

ベストアンサーに選ばれた回答

rc941さん

Macユーザーの方ですね。
ほとんど過去のコピペですが。
http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1112540676

・safariを起動
・ツールバーのsafariをクリック(Appleマークの右隣)
・環境設定をクリック
・セキュリティーをクリック
・「Cookieの受け入れ」
・「訪問したページのサーバからのみ受け入れる」を選択
・「Cookie」を表示をクリック
・「すべてを取り除く」をクリック
・終了

Cokieをリセットしてしまうので、サイトにログインなどされる場合は
再度IDとパスワードの入力が必要になります。

質問した人からのコメント

  • 降参Windowsでも同じくクッキーを削除したら見られるようになりました!!
    どうもありがとうございました!!
  • コメント日時:2007/8/28 22:09:31

グレード

この質問・回答は役に立ちましたか?
はい
いいえ

お役立ち度:お役立ち度 0点(5点満点中)3人中 0人が役に立つと評価しています。

回答ありがとうキャンペーン 回答してポイントを当てよう!! 2000名様に500ポイントプレゼント キャンペーンの詳細を見る ※回答することで自動的に応募となります。

Yahoo! JAPANは、回答に記載された内容の信ぴょう性、正確性を保証しておりません。

お客様自身の責任と判断で、ご利用ください。

ただいまの回答者

18時45分現在

2978
人が回答!!

1時間以内に6,047件の回答が寄せられています。