Oct 18, 2001 #1 grnfvr MIS Joined Dec 21, 2000 Messages 111 Location US Is there a way to programmatically ping a server to check that it is up and running before directing an anchor tag to that server.
Is there a way to programmatically ping a server to check that it is up and running before directing an anchor tag to that server.
Oct 18, 2001 #2 tangyi Programmer Joined Sep 7, 2001 Messages 16 Location US you have to write a server component that's able to ping servers, which is not that complicated. there's no way to do it with ASP's built-in objects. Upvote 0 Downvote
you have to write a server component that's able to ping servers, which is not that complicated. there's no way to do it with ASP's built-in objects.