BryanZM Posted October 23, 2003 Posted October 23, 2003 What happens when the server hosting the service is down? How can i error check this occurance? Quote
BryanZM Posted October 24, 2003 Author Posted October 24, 2003 I found a way to fix my issue. Before i initially call the web service i will make a WebRequest to the site hosting the service. Setting the timeout property to 1 second. If the server doesnt respond within the one second it will throw an error. Then i will know the server is down. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.