Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/04/2007, 10:56
Avatar de Myakire
Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Re: Error sin sentido en Server.Transfer

Are you really, really sure?
Cita:
Server object, ASP 0228 (0x80004005)
The call to Server.Execute failed while loading the page.

or

Server object, ASP 0230 (0x80004005)
The call to Server.Transfer failed while loading the page.

Check the URL that you are passing to the transfer or execute method. Make sure it is a relative URL, and that you can hit it with a browser. Response.Write a Server.MapPath on the value you are passing, and make sure it produces a valid local path.