标题:asp错误代码大全
只看楼主
bingxue2332
Rank: 3Rank: 3
等 级:新手上路
威 望:6
帖 子:446
专家分:0
注 册:2004-11-6
得分:0 

好象可以让IIS自己显示错误啊

我看见一本书上写的

在50-100.asp 中加入一段代码就可以显示错误了

'-------------------------------------------------------------------------- dim l_strAspDescription l_strAspDescription = "错误原因:" + objASPError.Description()

if l_strAspDescription <> "" then response.write("<p>" + l_strAspDescription + "</p>") end if

l_strAspDescription = "详细描述:" + objASPError.ASPDescription() if l_strAspDescription <> "" then response.write("<p>" + l_strAspDescription + "</p>") end if '--------------------------------------------------------------------------


2004-12-15 21:14
BlueDreame
Rank: 1
等 级:新手上路
帖 子:545
专家分:2
注 册:2004-12-16
得分:0 
设置IIS时,是不是有这个。

2004-12-16 19:42



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-5755-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.962784 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved