解决IIS7中出现An error occurred on the server when processing the URL错误提示的方法 - yuhaibin168的专栏 - CSDN博客

来源: 解决IIS7中出现An error occurred on the server when processing the URL错误提示的方法 – yuhaibin168的专栏 – CSDN博客

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

前提在ie选项中去掉  显示友好HTTP页面信息
在IIS7上调试程序时,如果程序有错误,默认情况下,会提示:An error occurred on the server when processing the URL. Please contact the system administrator.

在IIS7上调试程序时,如果程序有错误,默认情况下,会提示:

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.

其实这是IIS7对ASP程序发送的一个脚本错误信息,只要是程序中有错误,就会出现这样的提示。下面的方法是将具体的错误信息显示出来。

一、打开 Internet 信息服务(IIS)管理器。点击出错的站点,并双击右边的ASP图标,如下图所示:

 

二、展开右侧配置中的“调试属性”,把“将错误发送到浏览器”的值设为 “true”,如图所示:

 

题外话:一般ASP程序中,建议将启用父路径设为True,

赞(0) 打赏
分享到: 更多 (0)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏