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 [url=http://go.microsoft.com/fwlink/?LinkID=82731]here[/url] to find out more about this error.
其实这是IIS7对ASP程序发送的一个脚本错误信息,只要是程序中有错误,就会出现这样的提示。下面的方法是将具体的错误信息显示出来。
一、打开 Internet 信息服务(IIS)管理器。点击出错的站点,并双击右边的ASP图标,如下图所示:
[img]http://www.mhzg.net/upload/2011/5/18102137479.png[/img]
二、展开右侧配置中的“调试属性”,把“将错误发送到浏览器”的值设为 "[color=#00ff]true[/color]",如图所示:
[img]http://www.mhzg.net/upload/2011/5/1810257791.png[/img]
题外话:一般ASP程序中,建议将启用父路径设为True。
页:
[1]