App Service Remote Debugging VS2015 Not Supported

Michelle McCabe 1 Reputation point
2019-12-09T13:23:53.767+00:00

I tried to attach a remote debugger to my development slot, but got the following error:

alt text

I then proceeded to open General Settings under Configuration on the slot, and switched Remote Debugging On and chose 2015 for my visual studio version.

alt text

After saving, I got this notification:

alt text

I haven't had issues in the past. 2015 is clearly listed under the available options. Why can't I use 2015 to debug my app service?

PS: I couldn't find a tag for app-service, please load one.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,826 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 15,606 Reputation points
    2019-12-09T20:28:48.017+00:00

    Hi MichelleMcCabe-5663,

    Welcome to Microsoft Q&A! Thanks for posting this question.

    If your Web App uses an IP based SSL certificate, get the IP address from your KUDU console and use that IP address for the *.azurewebsites.net hostname you are remote debugging by adding the IP HOSTNAME combination to the HOSTS file.

    Please see this blog post for more information.

    Hope that helps!

    Thanks,

    Grace

    0 comments No comments