Reporting a WCF application's status to F5's Big IP products
Posted
by ng5000
on Stack Overflow
See other posts from Stack Overflow
or by ng5000
Published on 2009-03-16T16:22:18Z
Indexed on
2010/04/18
0:23 UTC
Read the original article
Hit count: 932
In a Windows Server 2003 environment with a self hosted .Net 3.5/WCF application, how can an application report its status to a BigIP Local Traffic Manager?
Example: One of my services errors. My custom WCF application hosting software (written because Windows Server 2008 is not yet available and I'm using WCF TCP bindings) detects this and wants to report itself as down until it can recover the errant service. It needs to report itself as down to the BigIP LTM so that it is no longer sent client originated requests.
© Stack Overflow or respective owner