AUTOR PREGUNTA #1
Publicado 28 mayo 2014 - 15: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.
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.
-
¿Tienes la misma pregunta? Yo también
PREGUNTAS SIMILARES
#2
Publicado 28 mayo 2014 - 17: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 - 17: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 - 18:00
Cómo incrementar y bajar los valores de timeout
#5
Publicado 29 mayo 2014 - 22:01
jfabian esto te ayudo no???