The request channel timed out while waiting for a reply after 00:00:58.9640000. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
Problema con el Timeout en ASP
Iniciado por
jfabian
, may 28 2014 16:21
#1 AUTOR PREGUNTA
Publicado 28 mayo 2014 - 16:21
Buenas: mi problema es que al momento que mi sistema ejecuta un store procedure demora demasiado entonces.. quiesiera saber un forma de agilizar el store o en todo caso aumentar el tiempo de espera del programa. el error que me sale es el siguiente,Ademas adjunte una imagen. Gracias.
¿Tienes la misma pregunta?
Yo también
Preguntas Similares
Esto también te interesa!
#2
Publicado 28 mayo 2014 - 18:33
Qué version de .NET Framework tienes instalada?? cual es entre 1.1 y 4... Mira aquí te dejo cómo modificar ASP (Elige dentro tu versión .NET) y te saldrá el código para modifcarlo:
[size=3]Configures ASP.NET HTTP run-time settings that determine how to process a request for an ASP.NET application[/size]
[size=3]Configures ASP.NET HTTP run-time settings that determine how to process a request for an ASP.NET application[/size]
#3
Publicado 28 mayo 2014 - 18:54
Para que el timeout mejore lo suyo es hacerlo cambiando "AsyncPostBackTimeout" a valor 0. (Si usas en la página UpdatePanel)
#4
Publicado 28 mayo 2014 - 19:00
Cómo incrementar y bajar los valores de timeout