Conexion fallida

25/02/2004 - 15:30 por Xabi | Informe spam
Hola:

Tengo un servicio web al cual accedo desde una pagina aspx que esta en otro
ordenador.
El problema es que ocasionalmente, cuando entro a la pagina y llama al
servicio web, muestra este error:


The underlying connection was closed: Unable to connect to the remote
server.
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.Net.WebException: The underlying connection was
closed: Unable to connect to the remote server.

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.



¿A que podria deberse que suceda y mas mosqueante, "ocasionalmente"?


Gracias y saludos

Xabi
 

Leer las respuestas

#1 Camilo Villa
25/02/2004 - 17:18 | Informe spam
Xabi
Tienes forma de hacerme llegar el Print Screen de dicho error... puede ser
que se origine, por permisos en el IIS, o los contextos de seguridad que
maneje la red, ya que la excepción que comentas aquí tiene la siguiente
descripcion:
Excepción que se inicia cuando se produce un error al obtener acceso a la
red mediante un protocolo conectable.

Camilo Villa
APTECH Certified Visual Studio .NET - Microsoft 3 DCE
"Xabi" escribió en el mensaje
news:c1ibfl$a5n$
Hola:

Tengo un servicio web al cual accedo desde una pagina aspx que esta en


otro
ordenador.
El problema es que ocasionalmente, cuando entro a la pagina y llama al
servicio web, muestra este error:


The underlying connection was closed: Unable to connect to the remote
server.
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.Net.WebException: The underlying connection was
closed: Unable to connect to the remote server.

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.



¿A que podria deberse que suceda y mas mosqueante, "ocasionalmente"?


Gracias y saludos

Xabi


Preguntas similares