ASP.NET - Error al Enviar Correo

 
Vista:

Error al Enviar Correo

Publicado por DAVID PADILLA (2 intervenciones) el 28/12/2007 00:14:38
Hola programadores, tengo un problema con una aplicacion donde envio correos.
Cuando hago la prueba desde el VS.NET 2005 (Maquina Personal) funciona bien envia el correo, PERO, ya cuando compilo y subo los cambios al servidor WEB. Me tira el siguiente Error:
*****
Server Error in '/' Application.
--------------------------------------------------------------------------------

No connection could be made because the target machine actively refused it
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.Sockets.SocketException: No connection could be made because the target machine actively refused it

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
*****

Espero me puedan ayudar,
Muchas Gracias de Antemano.
Saludos a la distancia,
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Error al Enviar Correo

Publicado por Pablo Iñareta (224 intervenciones) el 31/12/2007 09:30:37
estas utilizando algun servicio web? la ruta de tu smtp es correcta?
Lo que estas haciendo es una llamada a una maquina o un puerto que no existe, o no esta configurado. a mi me ha pasado subiendo aplicaciones q tiraban de webservice de la solucion cuando lo q tenia q hacer era tirar del webservice publicado.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar