I need to debug WCF services hosted in IIS ( onPrem ) from azure app service. Azure app service ( web-app hosted at azure ) will communicate with IIS hosted WCF service.
How this will be possible ? Because when everything is hosted in IIS(onPrem ) ( app-service and WCF service ), both are running under the same application pool. This way it was quite possible to debug both services at same time.
But Azure appservice is quite different, I can't see the brake points are hitting and enabled in WCF code. How this can be possible? Any way around?
So, azureapp service is on cloud and WCF service is hosted on Prem IIS.