我在使用浏览器时出现了下面的问题求具体解决方法!!!

ServerErrorin'/'Application.RuntimeErrorDescription:Anapplicationerroroccurredonthese... Server Error in '/' Application.Runtime ErrorDescription: 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>
注意,要具体解决方法!若满意,加50财富悬赏。
展开
 我来答
yanjiang666
2012-11-03
知道答主
回答量:6
采纳率:0%
帮助的人:2.6万
展开全部
在配置文件Web.conf中的<configuration> <system.web>与</system.web>
</configuration> 之间加上<customErrors
mode="Off"/> <compilation debug="true"/>查看错误信息提示。
如果提示global.asax的f.Attributes=0,表明该错误是权限问题,只要修改该虚拟目录的Users的权限,在“写入”权限勾上即可。
xiaoooqiang
2012-10-31
知道答主
回答量:35
采纳率:0%
帮助的人:19.7万
展开全部
重装浏览器。要是浏览器可以打开可以试试选择:工具》INTERNET选项,里面的所有标签页都设置为默认或者是重置。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
绿油油的老青蛙
2012-10-28
知道答主
回答量:92
采纳率:0%
帮助的人:21.6万
展开全部
这个问题我也有过~你只要重装一下浏览器就OK 了 求采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式