asp程序出错后,错误提示不是很清楚明白,让人摸不着头脑,用下面方法看看有没有帮助(此法目前只适合处ADO错误外的错误) 步骤一,用编辑器打开c:winnthelpiisHelpcommon500-100.asp 将它另存为500-101.asp备份(以便日后恢复) 步骤二,将下面的代码覆盖500-100.asp原文件,保存退出 步骤三,创建新文件test.asp,添加如下代码 <% response.write now(1)%>,存盘退出 步骤四,在浏览器中输入localhost/test.asp查看结果 500-100.asp的新代码: <%@ language="VBScript" %> <% Option Explicit Const lngMaxFormBytes = 200 Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL If Response.Buffer Then Response.Clear Response.Status = "500 Internal Server Error" Response.ContentType = "text/html" Response.Expires = 0 End If Set objASPError = Server.GetLastError %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html dir=ltr> <head> <style> a:link {font:9pt 宋体; color:FF0000} a:visited {font:9pt 宋体; color:#4e4e4e} </style> <META NAME="ROBOTS" CONTENT="NOINDEX"> <title>本页出错</title> <META HTTP-EQUIV="Content-Type" Content="text-html; charset=gb2312"> <META NAME="MS.LOCALE" CONTENT="ZH-CN"> </head> <script> function Homepage(){ <!-- // in real bits, urls get returned to our script like this: // res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
复制本页网址和标题,发送给你QQ/Msn的好友一起分享
上一篇:ASP程序编写完整的一个IP所在地搜索类
下一篇:控制弹出窗口---用file access组件技巧实例