thanks for taking the time to read this. I'm new to IIS/WCF and had a question regarding its capabilities.
We want to put an ISAPI extension in our IIS to route requests to different servers/services depending on some static data. When IIS is started and the ISAPI extension is run, it accesses the WCF to retrieve information on which servers are active to route various requests to. My question is, if this data is changed, and WCF is restarted... is there a way I can send updated data from my WCF to IIS to update the data in my ISAPI extension?
Any help or information on this would greatly be appreciated.
Thanks!