Ver Mensaje Individual
  #19 (permalink)  
Antiguo 21/10/2005, 03:16
j@n
 
Fecha de Ingreso: febrero-2004
Mensajes: 178
Antigüedad: 20 años, 2 meses
Puntos: 0
si pero...

he forzado dos tipos de errores y me devuelve lo mismo:

1)
Dim arr As ArrayList
arr.Add("prueba")
2)
Dim conexion As New SqlConnection("Server=1111111;DataBase=base;UID=us u;PWD=psw")
conexion.Open()

ex.Message: Exception of type System.Web.HttpUnhandledException was thrown.

ex.StackTrace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain() at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpServerUtility.ExecuteInternal(Strin g path, TextWriter writer, Boolean preserveForm)

???¿¿¿

¿no me va a devolver el error concreto?
lo que necesito es localizar DONDE ha ocurrido el error (pagina/linea) y PORQUE (como ayuda)

¿como podría encontrar esos valores?


thanks
j@n