惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
博客园_首页
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
博客园 - 司徒正美
有赞技术团队
有赞技术团队
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog

博客园 - ξσ Dicky σξ

管理学常见定律 江苏省盐城市响水县运河镇开源路商业街商铺及套间招商招租出售 苏州鼎耀文化传媒有限公司 项目管理专用中英文术语词汇 Windows Server 2008 r2 64bit 运行ASP提示ADODB.Connection error ‘800a0e7a’错误解决办法 安装Adobe Flash CS5出错的解决办法(Exit Code: 7 ERROR: Unable to get root from inChildPath) Windows 7下破解Visual Studio 2008试用版的评估期限制 PHP/ASP.NET/ASP网站定制开发 跨服务器、数据库、表联合查询 安装完Visual Team System 2008 Team Explorer出错解决办法 查询重复记录的SQL语句 PHP 正则判断中文 UTF-8 & GBK - ξσ Dicky σξ MySQL的FROM_UNIXTIME()和UNIX_TIMESTAMP()函数的区别 招聘资深PHP开发架构师 VS2005/2008中清除最近打开项目的方法 Debugging techniques for PHP programmers PHP 程序员的调试技术 - ξσ Dicky σξ 如何调试Php? - ξσ Dicky σξ Javascript跨域和Ajax跨域解决方案(转)
解决IIS7运行ASP提示错误:An error occurred on the server w...
ξσ Dicky σξ · 2011-05-07 · via 博客园 - ξσ Dicky σξ

    在WINDOWS7或SERVER2008上安装了IIS7,调试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,然后点右侧的应用!如图所示:

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

    在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,然后点右侧的应用!如图所示:

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

posted on 2011-05-07 23:28  ξσ Dicky σξ  阅读(4421)  评论()    收藏  举报