I am testing the migration of a WCF service hosted on IIS 8.5 to an Azure App Service. The WCF service loads and WSDL is accessible but I receive a 404 when sending a request. A virtual directory is used for the hosted service.
The error is: "There was no channel actively listening at 'https://xxxx.azurewebsites.net/VirtualDirectory/Service.svc/method?string'. This is often caused by an incorrect address URI. Ensure that the address to which the message is sent matches an address on which a service is listening."
It appears the trailing forward slash after the "Service.svc" is the issue as the App Service is looking for a matching physical path. I have attached a screenshot of the detailed error message.
Any ideas on how to support this within an Azure App Service?
