Is there a way from ASP (not .NET) to detect whether a particular windows service is up and running? For exmaple, how could I detect the status of the "Event Log" service?
I'm going to go out on a limb here and say you can't do it directly from ASP. There is no ASP object that will do this and the probable way of doing it is throught the WinAPI. Since you cannot access WinAPI directly from ASP, that would no be an option. I don't know of any existing COM dll's that will this either unless you found something third party.
I would think you have to create a dll in VB (or any other COM aurthoring language) to do it and call that DLL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.