How to Ping a Server in ASP.NET
by GetCodeSnippet.com • May 20, 2013 • Microsoft .NET C# (C-Sharp), Microsoft ASP.NET, Microsoft VB.NET • 0 Comments
Your obvious choice is to check the server which you want to connect, is up and running. The following piece of code is a simple way to ping your desire server in your ASP.NET application. You can use it to check the server periodically and make your choice according to server status. Let’s see...
Read more →