HTTP 500 - İç sunucu hatası
Internet Explorer
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.
'ASP 0113' kodunu google da araştırdığımda karşıma şöle bir çözüm yolu verilmiş görülüyor
Serverda C:\Windows\System32\Inetsrv\ dizinindeki metabase.xml dosyasını açıp
AspScriptTimeout="90" - '90' olan kısmı şu şekilde bir düzenleme ile belki sorun hal olabilir
AspScriptTimeout="1000" olarak düzenlenirse metabase.xml dosyasında
Not : * Bu düzenlemeyi sitenizin bulunduğu sunucudaki arkadaşın düzenlemesi gerekmektedir ...