Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/03/2006, 10:54
Avatar de axy108
axy108
 
Fecha de Ingreso: diciembre-2003
Ubicación: En frente de mi Computadora
Mensajes: 415
Antigüedad: 21 años, 1 mes
Puntos: 0
Pagina se atasca?????

Hola tengo una pagina que antes de ser mostrada realiza algunos calculos, ahora al final de la misma he agregado un boton con una simple instruccion:

Código:
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
        Response.Redirect("http://www.google.com.mx")
    End Sub
y cuando le doy clic se queda cargando y no hace nada y despues de unos 30 o 60 segundo me manda este error:

Código:
 Request timed out.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Request timed out.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Request timed out.]
Alguien sabe a que se debe o como lo puedo evitar, el problema es que es solo en esa pagina porque ya lo hice en otras y jalan perfecto.

SALUDOS y GRACIAS.

__________________
Todos somos muy ignorantes :pensando: . Lo que ocurre es que no todos ignoramos las mismas cosas ;-) .... Albert Einstein :cool: