I am not sure if I am about to ask a noddy question, but here it goes. I have a WCF service hosted in a Windows service and a new requirement has come in: A keepalive web page necessary for load balancing. Is it possible to host this page from my Windows service?
Do I need to resort to hosting the WCF service in IIS? I would prefer not to do this.
Thank you.