I have an ASP.NET web application running under IIS 6 and another process that is responsible for monitoring and reporting.
I would like to try the web application through the monitoring process to check its status by contacting the selected handler in the web application, BUT I do not want to “wake up” the web application if it does not run.
Is it possible to determine if a particular web application is currently running? if there is such an option, I could first check if the application is running, and only then turn to the handler to check its status.
Thanks.
Satumba
source share