解决IIS7中出现An error occurred on the server when processing the URL错误提示的方法
摘要:
相信用过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程序发送的一个脚本错误消息,只要是程序中有错误就会出现这样的错误提示,所以关键的一步是要将具体的错误显示出来,方法如下: 1、打开控制面板 阅读全文
posted @ 2011-02-24 18:41 JRoger 阅读(533) 评论(0) 推荐(1)