Socket errors

coldfusion244

Junior Contributor
Joined
Nov 24, 2004
Messages
266
Location
Philadelphia
I am trying to make an asp page talk to a program on another computer, when I attempt to connect to it from the webpage I get:

System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found at System.Net.Dns.GetHostByName(String hostName) at System.Net.Dns.Resolve(String hostName) at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)

any ideas guys?
 
Back
Top