i download the client side but when execute the aspx page the following error
is generated , could u help:
Server Error in '/DICT' Application.
--------------------------------------------------------------------------------
A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond
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: A connection attempt
failed because the connected party did not properly respond after a period of
time, or established connection failed because connected host has failed to
respond
Source Error:
Line 139: try
Line 140: {
Line 141: client = new TcpClient (DictionaryServer,
Port);