I have a Silverlight/RIA application that worked fine locally and on my IIS 7 server. Now that I've moved it to Azure, I'm getting EndpointNotFoundExceptions
. Can you provide me with any help to try to figure out why this is happening?
[EndpointNotFoundException]: There was no channel actively listening at
'http://rd00155d3a15d6:20000/Services/WebApp-RIAServices-
DomainService.svc/binary/SeviceEndpoint
ive seen the solution for wcf services here http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/d8ef1095-9c82-40d5-8f48-b2279578df1d but im not sure if this is also applicable for ria services
Im guessing the port number 2000, which is the azure instance port is causing the issue