1

I'm working on WebAPI 2 project with Azure. I have one WebAPI hosted on Azure, but I cannot debug it remotely.

By Visual Studio, I click on Attach Debug (of CloudExplorer panel) like following image:

Attach Debugger command of Visual Studio 2015 Cloud Explorer

But I obtain the following error:

Cloud Explorer exception

Other collegue on same project and Visual Studio don't have this error. I've tried to:

  • Uninstall / reinstall Cloud Explorer
  • Run Visual Studio as Administrator
  • Disconnect / reconnect to my subscription by Visual Studio

I'm using Visual Studio 2015 Enterprise, the version of Cloud Explorer is 1.0.61208.9.

Please can you help me?

Thanks

ilMattion
  • 1,841
  • 2
  • 24
  • 47

1 Answers1

0

Try below Step 1: Switch ON Remote Debugging in the configuration tab for your app and save the settings. Step2: in the VS server explorer connect to azure subscription and and go to the app and right and attach debugger

enter image description here

Nilesh Sawant
  • 1,406
  • 14
  • 8