首页 > Web开发 > 详细

解决IIS7中出现An error occurred on the server when processing the URL错误提示的方法

时间:2015-01-02 12:08:28      阅读:342      评论:0      收藏:0      [点我收藏+]

在IIS7上配置一个asp程序,出现了一个错如提示:

An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.

这个问题一般是由于关闭错误调试信息的问题,

父路径没有开启的原因:

1、点击网站,找到“IIS”下的“ASP”;

技术分享

2、在“调试属性”中,将“将错误发送到浏览器”设置成“True”,这样如果遇到程序错误,错误信息就会提示在页面上了。

3、比如:如果提示是由于父路径未启用,那就就开启父路径。如果是其他错误,就依照提示进行程序

在“行为”里面“启用父路径”设置成“True”;

技术分享

解决IIS7中出现An error occurred on the server when processing the URL错误提示的方法

原文:http://www.cnblogs.com/simadi/p/4198221.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!