码迷,mamicode.com
首页 > Web开发 > 详细

解决方法:An error occurred on the server when processing the URL. Please contact the system administrator

时间:2014-10-28 23:40:05      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   io   color   ar   sp   strong   on   

在WINDOWS7或SERVER2008上安装了IIS7.5,调试ASP程序时出现以下错误:

 

    An error occurred on the server when processing the URL. Please contact the system administrator

 

    解决方法如下:

 

    设置方法一:

 

    以管理员身份运行CMD,将目录定位到%windir%\system32\inetsrv\,然后执行appcmd set config -section:asp -scriptErrorSentToBrowser:true。

    %windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true

 

    设置方法二:

 

    打开IIS7的asp设置,展开“调试属性”选项,“将错误发送到浏览器”这项默认的是False,改为True,然后点右侧的应用!如图所示:

 

bubuko.com,布布扣

 

    通过以上设置后,再从浏览时打开出错ASP页面时就能看到页面出错的详细信息,方使调试。如果是公开的Web服务器建议不要打开此选项,以防出错信息被他人利用。

解决方法:An error occurred on the server when processing the URL. Please contact the system administrator

标签:des   style   http   io   color   ar   sp   strong   on   

原文地址:http://www.cnblogs.com/yongzhengye/p/4057966.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!