Merhaba,
Şu asp hatası ne demek nasıl çözümlerim:

Active Server Pages error 'ASP 0113'
Script timed out

/404sayfam.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

Edit + bide şu hatayı veriyor sanırım rasgele videodan kaynaklanıyor
Microsoft OLE DB Provider for SQL Server error '80040e31'
Timeout expired

/sagblog.asp, line 447

<%
for i=1 to 6


447 ci kodda alttak : rast.Open SQL, veri, 3, 1
olan yer.

set rast = server.createobject("adodb.recordset")
SQL = "SELECT * FROM video"
filtre = Request.Cookies("Filtre")
if filtre = "acik" then
SQL = SQL & " where kilit = 0"
end if
rast.Open SQL, veri, 3, 1
Randomize
kac = Int((rast.RecordCount * Rnd)+ 0)
rast.Move(kac)%>