web service
-
Hi I am sending some data from one win form application to a database in the remote machine through a web service running in the remote machine. My requirement is first I have to find out that either the machine (Win form application running machine) is connected to the network or not? If the machine is connected to the network I have to send the data to the remote machine else I have to store the data locally. Could any one tell how to detect weather the web service is running in the remote machine or not? Could any one through some inputs on this ? Regards Subbu.
-
Hi I am sending some data from one win form application to a database in the remote machine through a web service running in the remote machine. My requirement is first I have to find out that either the machine (Win form application running machine) is connected to the network or not? If the machine is connected to the network I have to send the data to the remote machine else I have to store the data locally. Could any one tell how to detect weather the web service is running in the remote machine or not? Could any one through some inputs on this ? Regards Subbu.
-
Hi Dan Thanks for your reply.