开发者

Is it possible to host a WCF service in an Azure WebRole (MVC)

Is it possible to host a WCF service in an Azure WebRole (MVC)?

Also; I assum开发者_如何学运维e that net.tcp is not supported.


And you're correct that net.tcp won't work in a web role (where all input endpoints have to be HTTP). But net.tcp should work fine in a worker role.


Yes.

It's often a little easier to host your WCF services in a web project. Especially when you have multiple WCF Services.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜