As a unified way for our applications to detect downtime and server maintenance we'd like to know if there is a way to set a variable that can be set per application pool (or server) and read by PHP and ASP.NET.
I know that it's possible to set FastCGI environment variables, but those aren't read by ASP.
Any ideas?