Should I host my WCF service in IIS?
问题 So I'm designing a WCF service. I'm unexperienced with WCF, and I'm trying to decide whether it should be hosted in IIS, or a custom Windows service.. Or some other option? Things to consider: It needs to load data from a database on startup. It needs to maintain this data across requests, not load it each time. It needs to process multiple requests simultaneously. It needs to be as configurable as possible regarding endpoints. It will be calling native dlls quite a lot. I suspect hosting it