We developed a WCF service and we\'re looking to deploy it. Our clients will be using it with basicHttpBinding but our internal team will be using it with
basicHttpBinding
IIS provides you with a lot of out-of-the-box features, like app domain reloading, monitoring and so on.
This is why you should answer this questions first: do you need all this features or not? If not - windows service can be considered.