首页 > 建站教程 > ASP教程 >  解决IIS7中出现An error occurred on the server when processing the正文

解决IIS7中出现An error occurred on the server when processing the

今天,我爱模板网在做ASP的时候,出现了错误,提示 An error occurred on the server when processing the URL。可是我并不知道错在哪,如何将错误的具体内容显示出来?百度了下,如何解决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.
    If you are the system administrator please click here to find out more about this error.

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

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



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



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