• 11-06-2007, 12:00:45
    #1
    Slm, bu kodu düzeltmemi ayrıntılı tarif edicek birisi varsa sevinirim.
    Şimdiden saolun.

    hata kodu:
    Active Server Pages error 'ASP 0113'
    Script timed out

    /default.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
  • 11-06-2007, 12:06:23
    #2
    sayfanın en başına <%Server.ScriptTimeOut = 3600%> yaz olmaz ise IIS üserinden bir ayar yapalım.
  • 11-06-2007, 15:22:29
    #3
    Diğer kodlarla etkileşime girip ters etki yamasın. iis de connection timeout 120 secods gosteriyori Diğer ayar buradan mı yapılıyor.
    ona benzer bir sorunda bu
    Microsoft OLE DB Provider for SQL Server error '80040e31'
    Timeout expired
    /sagblog.asp, line 450

    ve böyle bir hatada var

    /404.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.
  • 11-06-2007, 15:40:31
    #4
    /sagblog.asp, line 450
    450 deki kırmızı renkli txt

    <%
    for i=1 to 6

    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)%>
  • 12-06-2007, 02:10:30
    #5
    arkadaşım timeout'u yükseltmeyi aramak yerine scriptin neden bu kadar kastığını arasan daha mantıklı. sonuçta 120 saniye bile çok yüksek bir rakam. sen bunu 1 saat yapsan bile işine yaramaz.
  • 05-04-2014, 11:18:21
    #6
    ne kodmuş mubarek.sayfayı kapattım veritabanına işlemeye devam etti,sonra iis e reset atım dedim atamadı oturumu kapatıp açtım baktım hala veritabanı şişiyor sonra pcyi komple kapattım ancak durdurdum
  • 07-04-2014, 17:07:18
    #7
    Sen sayfayı kapattım diyorsun ben asp ile ilgimi sonsuza dek kapattım )))