- 締切済み
画面が青くなり英語の文字が出てフリーズします
DELL Inspiron1520を使ってるのですが、時々急に画面が青くなり白い英語の文字が出てフリーズしてしまいます。 その後電源ボタンを押して強制終了し再度電源を入れると『深刻なエラーから復旧しました』との文字がでてサーバーに報告しますか?とでるので、報告すると以下のような文字が 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> 翻訳ソフトで読んでみましたが意味不明です。 どなたか上記の意味とどういった原因でこういった事になるのか、また解決策などお教え頂けたら幸いです。 尚、当方OSはXP CPUはCORE2DUO 2.4GHz メモリ 4G グラボ NVIDIA GeForce 8600M GT 画面青くなってから色々調べてみたらBIOS 09にVer.UPするといいとの記事があったのでVerUPしましたが改善されず。 セキュリティソフトのノートンも入ってましたが不具合の原因になるかと思いクリーンアンインストールしてあります。 どうぞよろしくご教授お願いします。
- みんなの回答 (4)
- 専門家の回答
お礼
ご回答ありがとうございます。 メモリは増設したわけではないのです。 XPでとメモリは1Gで十分なのですね、参考になりました。