当前位置:编程学习 > asp >>

Active Server Pages, ASP 0113 (0x80004005)

Active Server Pages, ASP 0113 (0x80004005)
超过了脚本运行的最长时间。可以为 Server.ScriptTimeOut 属性指定新值或更改 IIS 管理工具中的相应值来更改此限制。
追问:<% 
set rsad1=server.createobject("adodb.recordset")
sqlad1="select top (7) * from article where classid=13 order by updatetime desc"
rsad1.open sqlad1,conn,1,1
%>
<ul>
<%do while not rsad1.eof%><li><a href=> loop%>

请问这样的循环他也报这样的错误信息

超过了脚本运行的最长时间。可以为 Server.ScriptTimeOut 属性指定新值或更改 IIS 管理工具中的相应值来更改此限制。

答案:你的网页里有循环么?
如果循环写的有问题就会这样

do while not rs.eof
%>
<li><a href=> <p>
<% RS.MoveNext ‘没这句就报你那样的错误,因为这个循环永远不会结束
loop
response.flush

上一个:access在asp中无法显示小数点前面的0
下一个:求ASP.NET的DataList分页程序

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,