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.
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程序发送的一个脚本错误消息,只要是程序中有错误就会出现这样的错误提示,所以关键的一步是要将具体的错误显示出来,方法如下:
在IIS7中请将父路径启用,否则只要你用到了父路径就会出现上面的错误了,启用父路径的设置在上面第二步的地方,上图中已经标出来了。


本文介绍了解决IIS7中ASP程序出现的脚本错误问题的方法。通过启用父路径设置,可以避免因使用父路径而引发的错误提示,并使具体的错误信息得以显示。

534

被折叠的 条评论
为什么被折叠?



