sirpelidor
12-16-2005, 06:29 PM
Hi, i've written a email function to send email. that function worked on my local machine (xp) and my local server (win2k3).
when copy that code to a production server (win2k3), I get run time error.
The message could not be sent to the SMTP server. The transport error code was 0x800ccc69. The server response was 550 Service not available
Exception Details: System.Runtime.InteropServices.COMException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc69. The server response was 550 Service not available
information about that production server:
1: it never run any .net application before, this is gonna be the first one (and i turned on the asp.net feature from admin policy)
2: its locate at the remote site, and block by a cisco firewall, when i try to traceroute the server, i get a brunch of * as return, i think it blocks most of the port)
3: only port i notice is open so far is http, vpn, ftp. i'm not sure what else is open, i think i need to ping my way through.
thanks for help
when copy that code to a production server (win2k3), I get run time error.
The message could not be sent to the SMTP server. The transport error code was 0x800ccc69. The server response was 550 Service not available
Exception Details: System.Runtime.InteropServices.COMException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc69. The server response was 550 Service not available
information about that production server:
1: it never run any .net application before, this is gonna be the first one (and i turned on the asp.net feature from admin policy)
2: its locate at the remote site, and block by a cisco firewall, when i try to traceroute the server, i get a brunch of * as return, i think it blocks most of the port)
3: only port i notice is open so far is http, vpn, ftp. i'm not sure what else is open, i think i need to ping my way through.
thanks for help