• 18-01-2009, 23:26:16
    #1
    Üyeliği durduruldu
    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.



    Arkadaşlar Asp bilgisi iyi olan bir arkadaş arıyorum teknik destek vermesi yönünden aylık bir bir bütçe ödeyebilirim ilgilenenler lütfen yazsın
  • 18-01-2009, 23:33:59
    #2
    Yardımcı olabilirim.
    İlgilenirseniz p.m. atabilirsiniz.
  • 19-01-2009, 00:48:38
    #3
    script timeout yani zamanaşımına uğramış. bu süreyi koddan veya iis ayarlarından değiştirebilirsin. misal:
    <%Server.ScriptTimeOut = 36000%>
    gibi....