求助:浏览器“Server Error in '/' Application”错误之解决。

prototyper 2010-12-15 06:38:04
系 统:windows XP,安装了360套装。
浏览器:firefox 3.6.13、chrome 10.0.603.3、IE 8.0.6001
问 题:上述3个浏览器打开某一网页,都经常会出现“Server Error in '/' Application”错误页面,而再也无法正常连接(貌似该恶意或者过失拦截存在临时记忆),并且3个浏览器都会报错。错误页面内容是说网站服务器有问题,但重启电脑后又能正常打开报错的网页了,说明网站根本就没有问题。例如,3个浏览器的默认主页为www.hao123.com,打开浏览器就经常出现上述错误页面,其它网页又能够正常浏览,不重启电脑就无法打开hao123。今年上半年重来没有出现该问题,10月份左右特别是11月份以来问题频繁发生,多次干净重装系统后还是一样。

该问题是否由于360的“自动为浏览器预留网速”功能引发的?怎样解决?如果不是,又怎样解决呢?恳请帮助。

以下为打开hao123主页出现的实时错误页面:

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>

...全文
296 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
shuanghanyandan 2010-12-16
  • 打赏
  • 举报
回复
最简单的方法,把浏览器斗卸掉,然后重装,现在用电脑会遇到五花八门的问题。
prototyper 2010-12-15
  • 打赏
  • 举报
回复
网页没问题,刚才“http://www.baidu.com”也多次这样报错,刚才进这CSDN论坛发帖也一样,重启电脑又OK了。
就是just4 2010-12-15
  • 打赏
  • 举报
回复
"上述3个浏览器打开某一网页,都经常会出现“Server Error in '/' Application”错误页面"

一般这个错误抛出来的信息都说明是楼主提的"某一网页"所在服务器的网站出错的问题

直接跑到该服务器,修改Web.Config中的RemoteOnly,再在Internet选项中关闭友好提示,这样才会有更准确的错误信息抛出来,比如某某aspx页面代码错误

9,506

社区成员

发帖
与我相关
我的任务
社区描述
Windows专区 安全技术/病毒
社区管理员
  • 安全技术/病毒社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧