G
Guest
I've written a quick .net based intranet utility that checks server status
and app status.
I need to make sure a web server is up and running. My idea is to request a
web page and load it into a buffer. If an exception occurs, something's
wrong. Would I find such functionality in System.Web, System.Net, ...? I
don't want to display the web page, just ensure it loads correctly. Is there
a better way to check that a web server is running?
Any Ideas?
--Billg_sd
and app status.
I need to make sure a web server is up and running. My idea is to request a
web page and load it into a buffer. If an exception occurs, something's
wrong. Would I find such functionality in System.Web, System.Net, ...? I
don't want to display the web page, just ensure it loads correctly. Is there
a better way to check that a web server is running?
Any Ideas?
--Billg_sd