I have just upgraded to VS2015 and when I try to connect the Remote Debugger to an Azure web app, I get this error:
The following error occurred while launching remote debugging: Unable to connect to the Microsoft Visual Studio Remote Debugger named 'xxxxxxx.azurewebsites.net'. The remote debugger is older than this version of Visual Studio 2015, and Visual Studio is no longer compatible with it. Please upgrade your remote debugger to match Visual Studio.
I have checked the Azure Web App settings and Remote Debugging is on, and VS2015 is selected as the remote debugger.
The Azure App Service Support - Event Viewer is reporting this warning
Msvsmon was unable to start a server named '127.0.0.1:50245'. The following error occurred: An instance of the remote debugger is already running on this computer, or another process is already bound to the specified TCP/IP port. View Msvsmon's help for more information. 08005E80
I guess this is problem but how do I resolve it?