IIS WCF service hosting vs Windows Service

后端 未结 7 1841
没有蜡笔的小新
没有蜡笔的小新 2020-11-27 13:07

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

7条回答
  •  自闭症患者
    2020-11-27 13:27

    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.

提交回复
热议问题