Frustrated that your ServiceRouting code doesn’t work on Azure? Forget deployment..it doesn’t even work on the development fabric?? Thanks to Christian Weyer for pointing us in the right direction. In order for ServiceRouting to work on Azure, a statement like RouteTable.Routes.Add( new ServiceRoute( “calculate”, new WebServiceHostFactory(), typeof(CalculatorService))); is not enough… you will also need to […]