Hello All:
I have an application which uses a web service to get data. Before getting data from the web service I check for network availability on the device by using the approach explained in "Reachabilty". But what it does it ping a server and depending upon the response it gives the status. But in my application I want to show different message to the user depending upon the network failure 1. Some time the network is not available on the device 2. Some time the pinged server is down
Can any body tell me how to differentiate between these two type of failure.
Thanks Ashwani