IIS WCF service hosting vs Windows Service

后端 未结 7 1861
没有蜡笔的小新
没有蜡笔的小新 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

    There is no standard answer to this question. I disagree completely with the answer from Cheeso (Self-hosting of WCF is not a good idea).

    Please check following links: (http://msdn.microsoft.com/en-us/library/ms730158.aspx, http://msdn.microsoft.com/en-us/library/bb332338.aspx) and think about your constrains:

    • operative system
    • expected performance
    • available HW
    • expected availability

    and you will see that in many situations "self hosting" is the best alternative.

提交回复
热议问题