Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
Dim ex = Context.Server.GetLastError
HttpContext.Current.Response(ex.ToString())
End Sub
Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
Dim ex = Context.Server.GetLastError
HttpContext.Current.Response(ex.ToString())
End Sub