Search code examples
azurewcfazure-web-roles

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 assume that net.tcp is not supported.


Solution

  • 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.